Shades of Niagara #39AF9C
Tints of Niagara #39AF9C
RGB
CMYK
RGB Variations
Color information
#39AF9C (or 0x39AF9C) is known color: Niagara. HEX triplet: 39, AF and 9C. RGB value is (57,175,156). Sum of RGB (Red+Green+Blue) = 57+175+156=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AF9C is #C65063. Grayscale: #898989. Windows color (decimal): -12996708 or 10268473. OLE color: 10268473.
HSL color Cylindrical-coordinate representation of color #39AF9C: hue angle of 170.34º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AF9C is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 175 | 156 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.31 |
| HSL | 170.34º | 0.51% | 0.45% | - |
| HSV(B) | 170.34º | 0.67% | 0.69% | - |
| XYZ | 23.02 | 33.93 | 36.79 | - |
| YUV | 137.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 175 | 156 | 0.67 | 0 | 0.11 | 0.31 | 170.34 | 0.51 | 0.45 |
| Hex | 39 | AF | 9C | 43 | 0 | B | 1F | AA | 33 | 2D |
| Octal | 71 | 257 | 234 | 103 | 0 | 13 | 37 | 252 | 63 | 55 |
| Binary | 111001 | 10101111 | 10011100 | 1000011 | 0 | 1011 | 11111 | 10101010 | 110011 | 101101 |
Color Harmonies of #39AF9C
Complementary color
Monochromatic Colors of #39AF9C
Black with #39AF9C
Text Example
Text Example
White with #39AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AF9C; }
p { color: rgb(57,175,156); }
H1.HeaderClassName
{
color: #39AF9C;
}
.AnyTagClassName
{
color: #39AF9C;
}
</style>
background-color css
<style>
a { background-color: #39AF9C; }
a { background-color: rgb(57,175,156); }
div.DivClassName
{
background-color: #39AF9C;
}
.BgClassName
{
background-color: #39AF9C;
}
</style>
border-color css
<style>
span { border-color: #39AF9C; }
span { border-color: rgb(57,175,156); }
td.TdClassName
{
border-color: #39AF9C;
}
.TagClassName
{
border-color: #39AF9C;
}
</style>