#219E87

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

Shades of Niagara #219E87

Tints of Niagara #219E87

Color information

#219E87 (or 0x219E87) is unknown color: approx Niagara. HEX triplet: 21, 9E and 87. RGB value is (33,158,135). Sum of RGB (Red+Green+Blue) = 33+158+135=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #219E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219E87 is #DE6178. Grayscale: #757575. Windows color (decimal): -14573945 or 8887841. OLE color: 8887841.

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

Color convert

RGB33158135-
CMYK0.7900.150.38
HSL168.96º65.45%37.45%-
HSV(B)168.96º79.11%61.96%-
XYZ17.2326.5327.13-
YUV118137.5967.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 158 (62.11% from 255) = 48.47%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=10.12%
G=48.47%
B=41.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331581350.7900.150.38168.9665.4537.45
Hex219E874F0F26a94125
Octal412362071170174625110145
Binary1000011001111010000111100111101111100110101010011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,158,135); }

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

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

 a { background-color: rgb(33,158,135); }

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

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

 span { border-color: rgb(33,158,135); }

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