#39B49C

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

Shades of Niagara #39B49C

Tints of Niagara #39B49C

Color information

#39B49C (or 0x39B49C) is unknown color: approx Niagara. HEX triplet: 39, B4 and 9C. RGB value is (57,180,156). Sum of RGB (Red+Green+Blue) = 57+180+156=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #39B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B49C is #C64B63. Grayscale: #8C8C8C. Windows color (decimal): -12995428 or 10269753. OLE color: 10269753.

HSL color Cylindrical-coordinate representation of color #39B49C: hue angle of 168.29º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B49C is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB57180156-
CMYK0.6800.130.29
HSL168.29º51.9%46.47%-
HSV(B)168.29º68.33%70.59%-
XYZ24.0135.9137.12-
YUV140.49136.7568.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.50%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=14.50%
G=45.80%
B=39.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571801560.6800.130.29168.2951.946.47
Hex39B49C440D1Da8342e
Octal71264234104015352506456
Binary11100110110100100111001000100011011110110101000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B49C; }

 p { color: rgb(57,180,156); }

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

<style>
 a { background-color: #39B49C; }

 a { background-color: rgb(57,180,156); }

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

<style>
 span { border-color: #39B49C; }

 span { border-color: rgb(57,180,156); }

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