#39A89D

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

Shades of Niagara #39A89D

Tints of Niagara #39A89D

Color information

#39A89D (or 0x39A89D) is unknown color: approx Niagara. HEX triplet: 39, A8 and 9D. RGB value is (57,168,157). Sum of RGB (Red+Green+Blue) = 57+168+157=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #39A89D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A89D is #C65762. Grayscale: #858585. Windows color (decimal): -12998499 or 10332217. OLE color: 10332217.

HSL color Cylindrical-coordinate representation of color #39A89D: hue angle of 174.05º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A89D is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB57168157-
CMYK0.6600.070.34
HSL174.05º49.33%44.12%-
HSV(B)174.05º66.07%65.88%-
XYZ21.7831.3136.79-
YUV133.56141.2373.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.92%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=14.92%
G=43.98%
B=41.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal571681570.6600.070.34174.0549.3344.12
Hex39A89D420722ae312c
Octal7125023510207422566154
Binary11100110101000100111011000010011110001010101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,168,157); }

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

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

 a { background-color: rgb(57,168,157); }

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

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

 span { border-color: rgb(57,168,157); }

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