Shades of Niagara #239B8A
Tints of Niagara #239B8A
RGB
CMYK
RGB Variations
Color information
#239B8A (or 0x239B8A) is known color: Niagara. HEX triplet: 23, 9B and 8A. RGB value is (35,155,138). Sum of RGB (Red+Green+Blue) = 35+155+138=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #239B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B8A is #DC6475. Grayscale: #757575. Windows color (decimal): -14443638 or 9083683. OLE color: 9083683.
HSL color Cylindrical-coordinate representation of color #239B8A: hue angle of 171.5º 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 #239B8A is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 138 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.39 |
| HSL | 171.5º | 0.63% | 0.37% | - |
| HSV(B) | 171.5º | 0.77% | 0.61% | - |
| XYZ | 17 | 25.63 | 28.1 | - |
| YUV | 117.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 138 | 0.77 | 0 | 0.11 | 0.39 | 171.5 | 0.63 | 0.37 |
| Hex | 23 | 9B | 8A | 4D | 0 | B | 27 | AC | 3F | 25 |
| Octal | 43 | 233 | 212 | 115 | 0 | 13 | 47 | 254 | 77 | 45 |
| Binary | 100011 | 10011011 | 10001010 | 1001101 | 0 | 1011 | 100111 | 10101100 | 111111 | 100101 |
Color Harmonies of #239B8A
Complementary color
Monochromatic Colors of #239B8A
Black with #239B8A
Text Example
Text Example
White with #239B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B8A; }
p { color: rgb(35,155,138); }
H1.HeaderClassName
{
color: #239B8A;
}
.AnyTagClassName
{
color: #239B8A;
}
</style>
background-color css
<style>
a { background-color: #239B8A; }
a { background-color: rgb(35,155,138); }
div.DivClassName
{
background-color: #239B8A;
}
.BgClassName
{
background-color: #239B8A;
}
</style>
border-color css
<style>
span { border-color: #239B8A; }
span { border-color: rgb(35,155,138); }
td.TdClassName
{
border-color: #239B8A;
}
.TagClassName
{
border-color: #239B8A;
}
</style>