Shades of Niagara #249F8C
Tints of Niagara #249F8C
RGB
CMYK
RGB Variations
Color information
#249F8C (or 0x249F8C) is known color: Niagara. HEX triplet: 24, 9F and 8C. RGB value is (36,159,140). Sum of RGB (Red+Green+Blue) = 36+159+140=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #249F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F8C is #DB6073. Grayscale: #787878. Windows color (decimal): -14377076 or 9215780. OLE color: 9215780.
HSL color Cylindrical-coordinate representation of color #249F8C: hue angle of 170.73º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F8C is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 140 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.38 |
| HSL | 170.73º | 0.63% | 0.38% | - |
| HSV(B) | 170.73º | 0.77% | 0.62% | - |
| XYZ | 17.86 | 27.06 | 29.09 | - |
| YUV | 120.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 140 | 0.77 | 0 | 0.12 | 0.38 | 170.73 | 0.63 | 0.38 |
| Hex | 24 | 9F | 8C | 4D | 0 | C | 26 | AB | 3F | 26 |
| Octal | 44 | 237 | 214 | 115 | 0 | 14 | 46 | 253 | 77 | 46 |
| Binary | 100100 | 10011111 | 10001100 | 1001101 | 0 | 1100 | 100110 | 10101011 | 111111 | 100110 |
Color Harmonies of #249F8C
Complementary color
Monochromatic Colors of #249F8C
Black with #249F8C
Text Example
Text Example
White with #249F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F8C; }
p { color: rgb(36,159,140); }
H1.HeaderClassName
{
color: #249F8C;
}
.AnyTagClassName
{
color: #249F8C;
}
</style>
background-color css
<style>
a { background-color: #249F8C; }
a { background-color: rgb(36,159,140); }
div.DivClassName
{
background-color: #249F8C;
}
.BgClassName
{
background-color: #249F8C;
}
</style>
border-color css
<style>
span { border-color: #249F8C; }
span { border-color: rgb(36,159,140); }
td.TdClassName
{
border-color: #249F8C;
}
.TagClassName
{
border-color: #249F8C;
}
</style>