Shades of Niagara #249985
Tints of Niagara #249985
RGB
CMYK
RGB Variations
Color information
#249985 (or 0x249985) is known color: Niagara. HEX triplet: 24, 99 and 85. RGB value is (36,153,133). Sum of RGB (Red+Green+Blue) = 36+153+133=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #249985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249985 is #DB667A. Grayscale: #737373. Windows color (decimal): -14378619 or 8755492. OLE color: 8755492.
HSL color Cylindrical-coordinate representation of color #249985: hue angle of 169.74º 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 #249985 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 133 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.4 |
| HSL | 169.74º | 0.62% | 0.37% | - |
| HSV(B) | 169.74º | 0.76% | 0.6% | - |
| XYZ | 16.35 | 24.85 | 26.13 | - |
| YUV | 115.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 133 | 0.76 | 0 | 0.13 | 0.4 | 169.74 | 0.62 | 0.37 |
| Hex | 24 | 99 | 85 | 4C | 0 | D | 28 | AA | 3E | 25 |
| Octal | 44 | 231 | 205 | 114 | 0 | 15 | 50 | 252 | 76 | 45 |
| Binary | 100100 | 10011001 | 10000101 | 1001100 | 0 | 1101 | 101000 | 10101010 | 111110 | 100101 |
Color Harmonies of #249985
Complementary color
Monochromatic Colors of #249985
Black with #249985
Text Example
Text Example
White with #249985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249985; }
p { color: rgb(36,153,133); }
H1.HeaderClassName
{
color: #249985;
}
.AnyTagClassName
{
color: #249985;
}
</style>
background-color css
<style>
a { background-color: #249985; }
a { background-color: rgb(36,153,133); }
div.DivClassName
{
background-color: #249985;
}
.BgClassName
{
background-color: #249985;
}
</style>
border-color css
<style>
span { border-color: #249985; }
span { border-color: rgb(36,153,133); }
td.TdClassName
{
border-color: #249985;
}
.TagClassName
{
border-color: #249985;
}
</style>