Shades of Niagara #239B89
Tints of Niagara #239B89
RGB
CMYK
RGB Variations
Color information
#239B89 (or 0x239B89) is known color: Niagara. HEX triplet: 23, 9B and 89. RGB value is (35,155,137). Sum of RGB (Red+Green+Blue) = 35+155+137=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #239B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B89 is #DC6476. Grayscale: #757575. Windows color (decimal): -14443639 or 9018147. OLE color: 9018147.
HSL color Cylindrical-coordinate representation of color #239B89: hue angle of 171º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B89 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 137 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.39 |
| HSL | 171º | 0.63% | 0.37% | - |
| HSV(B) | 171º | 0.77% | 0.61% | - |
| XYZ | 16.93 | 25.61 | 27.72 | - |
| YUV | 117.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 137 | 0.77 | 0 | 0.12 | 0.39 | 171 | 0.63 | 0.37 |
| Hex | 23 | 9B | 89 | 4D | 0 | C | 27 | AB | 3F | 25 |
| Octal | 43 | 233 | 211 | 115 | 0 | 14 | 47 | 253 | 77 | 45 |
| Binary | 100011 | 10011011 | 10001001 | 1001101 | 0 | 1100 | 100111 | 10101011 | 111111 | 100101 |
Color Harmonies of #239B89
Complementary color
Monochromatic Colors of #239B89
Black with #239B89
Text Example
Text Example
White with #239B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B89; }
p { color: rgb(35,155,137); }
H1.HeaderClassName
{
color: #239B89;
}
.AnyTagClassName
{
color: #239B89;
}
</style>
background-color css
<style>
a { background-color: #239B89; }
a { background-color: rgb(35,155,137); }
div.DivClassName
{
background-color: #239B89;
}
.BgClassName
{
background-color: #239B89;
}
</style>
border-color css
<style>
span { border-color: #239B89; }
span { border-color: rgb(35,155,137); }
td.TdClassName
{
border-color: #239B89;
}
.TagClassName
{
border-color: #239B89;
}
</style>