Shades of Niagara #239E86
Tints of Niagara #239E86
RGB
CMYK
RGB Variations
Color information
#239E86 (or 0x239E86) is known color: Niagara. HEX triplet: 23, 9E and 86. RGB value is (35,158,134). Sum of RGB (Red+Green+Blue) = 35+158+134=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #239E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239E86 is #DC6179. Grayscale: #767676. Windows color (decimal): -14442874 or 8822307. OLE color: 8822307.
HSL color Cylindrical-coordinate representation of color #239E86: hue angle of 168.29º 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 #239E86 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 158 | 134 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.38 |
| HSL | 168.29º | 0.64% | 0.38% | - |
| HSV(B) | 168.29º | 0.78% | 0.62% | - |
| XYZ | 17.22 | 26.53 | 26.77 | - |
| YUV | 118.49 | 136.75 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 134 | 0.78 | 0 | 0.15 | 0.38 | 168.29 | 0.64 | 0.38 |
| Hex | 23 | 9E | 86 | 4E | 0 | F | 26 | A8 | 40 | 26 |
| Octal | 43 | 236 | 206 | 116 | 0 | 17 | 46 | 250 | 100 | 46 |
| Binary | 100011 | 10011110 | 10000110 | 1001110 | 0 | 1111 | 100110 | 10101000 | 1000000 | 100110 |
Color Harmonies of #239E86
Complementary color
Monochromatic Colors of #239E86
Black with #239E86
Text Example
Text Example
White with #239E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239E86; }
p { color: rgb(35,158,134); }
H1.HeaderClassName
{
color: #239E86;
}
.AnyTagClassName
{
color: #239E86;
}
</style>
background-color css
<style>
a { background-color: #239E86; }
a { background-color: rgb(35,158,134); }
div.DivClassName
{
background-color: #239E86;
}
.BgClassName
{
background-color: #239E86;
}
</style>
border-color css
<style>
span { border-color: #239E86; }
span { border-color: rgb(35,158,134); }
td.TdClassName
{
border-color: #239E86;
}
.TagClassName
{
border-color: #239E86;
}
</style>