Shades of Niagara #239A84
Tints of Niagara #239A84
RGB
CMYK
RGB Variations
Color information
#239A84 (or 0x239A84) is known color: Niagara. HEX triplet: 23, 9A and 84. RGB value is (35,154,132). Sum of RGB (Red+Green+Blue) = 35+154+132=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #239A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A84 is #DC657B. Grayscale: #737373. Windows color (decimal): -14443900 or 8690211. OLE color: 8690211.
HSL color Cylindrical-coordinate representation of color #239A84: hue angle of 168.91º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A84 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 132 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.40 |
| HSL | 168.91º | 0.63% | 0.37% | - |
| HSV(B) | 168.91º | 0.77% | 0.6% | - |
| XYZ | 16.41 | 25.13 | 25.82 | - |
| YUV | 115.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 132 | 0.77 | 0 | 0.14 | 0.40 | 168.91 | 0.63 | 0.37 |
| Hex | 23 | 9A | 84 | 4D | 0 | E | 28 | A9 | 3F | 25 |
| Octal | 43 | 232 | 204 | 115 | 0 | 16 | 50 | 251 | 77 | 45 |
| Binary | 100011 | 10011010 | 10000100 | 1001101 | 0 | 1110 | 101000 | 10101001 | 111111 | 100101 |
Color Harmonies of #239A84
Complementary color
Monochromatic Colors of #239A84
Black with #239A84
Text Example
Text Example
White with #239A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A84; }
p { color: rgb(35,154,132); }
H1.HeaderClassName
{
color: #239A84;
}
.AnyTagClassName
{
color: #239A84;
}
</style>
background-color css
<style>
a { background-color: #239A84; }
a { background-color: rgb(35,154,132); }
div.DivClassName
{
background-color: #239A84;
}
.BgClassName
{
background-color: #239A84;
}
</style>
border-color css
<style>
span { border-color: #239A84; }
span { border-color: rgb(35,154,132); }
td.TdClassName
{
border-color: #239A84;
}
.TagClassName
{
border-color: #239A84;
}
</style>