#219C86

Color #219C86 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #219C86

Tints of Niagara #219C86

Color information

#219C86 (or 0x219C86) is unknown color: approx Niagara. HEX triplet: 21, 9C and 86. RGB value is (33,156,134). Sum of RGB (Red+Green+Blue) = 33+156+134=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #219C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C86 is #DE6379. Grayscale: #747474. Windows color (decimal): -14574458 or 8821793. OLE color: 8821793.

HSL color Cylindrical-coordinate representation of color #219C86: hue angle of 169.27º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C86 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB33156134-
CMYK0.7900.140.39
HSL169.27º65.08%37.06%-
HSV(B)169.27º78.85%61.18%-
XYZ16.8225.8226.65-
YUV116.71137.7568.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=10.22%
G=48.30%
B=41.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561340.7900.140.39169.2765.0837.06
Hex219C864F0E27a94125
Octal412342061170164725110145
Binary1000011001110010000110100111101110100111101010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219C86; }

 p { color: rgb(33,156,134); }

 H1.HeaderClassName
 {
   color: #219C86;
 }
 .AnyTagClassName
 {
   color: #219C86;
 }
</style>
background-color css

<style>
 a { background-color: #219C86; }

 a { background-color: rgb(33,156,134); }

 div.DivClassName
 {
   background-color: #219C86;
 }
 .BgClassName
 {
   background-color: #219C86;
 }
</style>
border-color css

<style>
 span { border-color: #219C86; }

 span { border-color: rgb(33,156,134); }

 td.TdClassName
 {
   border-color: #219C86;
 }
 .TagClassName
 {
   border-color: #219C86;
 }
</style>