#219E8C

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

Shades of Niagara #219E8C

Tints of Niagara #219E8C

Color information

#219E8C (or 0x219E8C) is unknown color: approx Niagara. HEX triplet: 21, 9E and 8C. RGB value is (33,158,140). Sum of RGB (Red+Green+Blue) = 33+158+140=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #219E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219E8C is #DE6173. Grayscale: #767676. Windows color (decimal): -14573940 or 9215521. OLE color: 9215521.

HSL color Cylindrical-coordinate representation of color #219E8C: hue angle of 171.36º 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 #219E8C is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB33158140-
CMYK0.7900.110.38
HSL171.36º65.45%37.45%-
HSV(B)171.36º79.11%61.96%-
XYZ17.5926.6729.03-
YUV118.57140.0966.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=9.97%
G=47.73%
B=42.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331581400.7900.110.38171.3665.4537.45
Hex219E8C4F0B26ab4125
Octal412362141170134625310145
Binary1000011001111010001100100111101011100110101010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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