Shades of Niagara #239F8E
Tints of Niagara #239F8E
RGB
CMYK
RGB Variations
Color information
#239F8E (or 0x239F8E) is known color: Niagara. HEX triplet: 23, 9F and 8E. RGB value is (35,159,142). Sum of RGB (Red+Green+Blue) = 35+159+142=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #239F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239F8E is #DC6071. Grayscale: #777777. Windows color (decimal): -14442610 or 9346851. OLE color: 9346851.
HSL color Cylindrical-coordinate representation of color #239F8E: hue angle of 171.77º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239F8E is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 142 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.38 |
| HSL | 171.77º | 0.64% | 0.38% | - |
| HSV(B) | 171.77º | 0.78% | 0.62% | - |
| XYZ | 17.97 | 27.11 | 29.88 | - |
| YUV | 119.99 | 140.42 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 142 | 0.78 | 0 | 0.11 | 0.38 | 171.77 | 0.64 | 0.38 |
| Hex | 23 | 9F | 8E | 4E | 0 | B | 26 | AC | 40 | 26 |
| Octal | 43 | 237 | 216 | 116 | 0 | 13 | 46 | 254 | 100 | 46 |
| Binary | 100011 | 10011111 | 10001110 | 1001110 | 0 | 1011 | 100110 | 10101100 | 1000000 | 100110 |
Color Harmonies of #239F8E
Complementary color
Monochromatic Colors of #239F8E
Black with #239F8E
Text Example
Text Example
White with #239F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F8E; }
p { color: rgb(35,159,142); }
H1.HeaderClassName
{
color: #239F8E;
}
.AnyTagClassName
{
color: #239F8E;
}
</style>
background-color css
<style>
a { background-color: #239F8E; }
a { background-color: rgb(35,159,142); }
div.DivClassName
{
background-color: #239F8E;
}
.BgClassName
{
background-color: #239F8E;
}
</style>
border-color css
<style>
span { border-color: #239F8E; }
span { border-color: rgb(35,159,142); }
td.TdClassName
{
border-color: #239F8E;
}
.TagClassName
{
border-color: #239F8E;
}
</style>