#37B08E

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

Shades of Niagara #37B08E

Tints of Niagara #37B08E

Color information

#37B08E (or 0x37B08E) is unknown color: approx Niagara. HEX triplet: 37, B0 and 8E. RGB value is (55,176,142). Sum of RGB (Red+Green+Blue) = 55+176+142=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #37B08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B08E is #C84F71. Grayscale: #878787. Windows color (decimal): -13127538 or 9351223. OLE color: 9351223.

HSL color Cylindrical-coordinate representation of color #37B08E: hue angle of 163.14º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B08E is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB55176142-
CMYK0.6900.190.31
HSL163.14º52.38%45.29%-
HSV(B)163.14º68.75%69.02%-
XYZ21.9833.8230.96-
YUV135.94131.4170.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.75%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=14.75%
G=47.18%
B=38.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551761420.6900.190.31163.1452.3845.29
Hex37B08E450131Fa3342d
Octal67260216105023372436455
Binary110111101100001000111010001010100111111110100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37B08E; }

 p { color: rgb(55,176,142); }

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

<style>
 a { background-color: #37B08E; }

 a { background-color: rgb(55,176,142); }

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

<style>
 span { border-color: #37B08E; }

 span { border-color: rgb(55,176,142); }

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