#39AA9D

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

Shades of Niagara #39AA9D

Tints of Niagara #39AA9D

Color information

#39AA9D (or 0x39AA9D) is unknown color: approx Niagara. HEX triplet: 39, AA and 9D. RGB value is (57,170,157). Sum of RGB (Red+Green+Blue) = 57+170+157=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AA9D is #C65562. Grayscale: #868686. Windows color (decimal): -12997987 or 10332729. OLE color: 10332729.

HSL color Cylindrical-coordinate representation of color #39AA9D: hue angle of 173.1º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AA9D is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB57170157-
CMYK0.6600.080.33
HSL173.1º49.78%44.51%-
HSV(B)173.1º66.47%66.67%-
XYZ22.1532.0536.92-
YUV134.73140.5672.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.84%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=14.84%
G=44.27%
B=40.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571701570.6600.080.33173.149.7844.51
Hex39AA9D420821ad322d
Octal71252235102010412556255
Binary111001101010101001110110000100100010000110101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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