Shades of Niagara #249988
Tints of Niagara #249988
RGB
CMYK
RGB Variations
Color information
#249988 (or 0x249988) is known color: Niagara. HEX triplet: 24, 99 and 88. RGB value is (36,153,136). Sum of RGB (Red+Green+Blue) = 36+153+136=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #249988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249988 is #DB6677. Grayscale: #747474. Windows color (decimal): -14378616 or 8952100. OLE color: 8952100.
HSL color Cylindrical-coordinate representation of color #249988: hue angle of 171.28º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249988 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 136 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.4 |
| HSL | 171.28º | 0.62% | 0.37% | - |
| HSV(B) | 171.28º | 0.76% | 0.6% | - |
| XYZ | 16.56 | 24.94 | 27.23 | - |
| YUV | 116.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 136 | 0.76 | 0 | 0.11 | 0.4 | 171.28 | 0.62 | 0.37 |
| Hex | 24 | 99 | 88 | 4C | 0 | B | 28 | AB | 3E | 25 |
| Octal | 44 | 231 | 210 | 114 | 0 | 13 | 50 | 253 | 76 | 45 |
| Binary | 100100 | 10011001 | 10001000 | 1001100 | 0 | 1011 | 101000 | 10101011 | 111110 | 100101 |
Color Harmonies of #249988
Complementary color
Monochromatic Colors of #249988
Black with #249988
Text Example
Text Example
White with #249988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249988; }
p { color: rgb(36,153,136); }
H1.HeaderClassName
{
color: #249988;
}
.AnyTagClassName
{
color: #249988;
}
</style>
background-color css
<style>
a { background-color: #249988; }
a { background-color: rgb(36,153,136); }
div.DivClassName
{
background-color: #249988;
}
.BgClassName
{
background-color: #249988;
}
</style>
border-color css
<style>
span { border-color: #249988; }
span { border-color: rgb(36,153,136); }
td.TdClassName
{
border-color: #249988;
}
.TagClassName
{
border-color: #249988;
}
</style>