#36AB8E

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

Shades of Niagara #36AB8E

Tints of Niagara #36AB8E

Color information

#36AB8E (or 0x36AB8E) is unknown color: approx Niagara. HEX triplet: 36, AB and 8E. RGB value is (54,171,142). Sum of RGB (Red+Green+Blue) = 54+171+142=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AB8E is #C95471. Grayscale: #848484. Windows color (decimal): -13194354 or 9349942. OLE color: 9349942.

HSL color Cylindrical-coordinate representation of color #36AB8E: hue angle of 165.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB8E is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB54171142-
CMYK0.6800.170.33
HSL165.13º52%44.12%-
HSV(B)165.13º68.42%67.06%-
XYZ20.9731.8630.64-
YUV132.71133.2471.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.71%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=14.71%
G=46.59%
B=38.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541711420.6800.170.33165.135244.12
Hex36AB8E4401121a5342c
Octal66253216104021412456454
Binary1101101010101110001110100010001000110000110100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36AB8E; }

 p { color: rgb(54,171,142); }

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

<style>
 a { background-color: #36AB8E; }

 a { background-color: rgb(54,171,142); }

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

<style>
 span { border-color: #36AB8E; }

 span { border-color: rgb(54,171,142); }

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