Shades of Niagara #249C89
Tints of Niagara #249C89
RGB
CMYK
RGB Variations
Color information
#249C89 (or 0x249C89) is known color: Niagara. HEX triplet: 24, 9C and 89. RGB value is (36,156,137). Sum of RGB (Red+Green+Blue) = 36+156+137=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #249C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C89 is #DB6376. Grayscale: #757575. Windows color (decimal): -14377847 or 9018404. OLE color: 9018404.
HSL color Cylindrical-coordinate representation of color #249C89: hue angle of 170.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C89 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 137 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.39 |
| HSL | 170.5º | 0.63% | 0.38% | - |
| HSV(B) | 170.5º | 0.77% | 0.61% | - |
| XYZ | 17.13 | 25.96 | 27.77 | - |
| YUV | 117.95 | 138.74 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 137 | 0.77 | 0 | 0.12 | 0.39 | 170.5 | 0.63 | 0.38 |
| Hex | 24 | 9C | 89 | 4D | 0 | C | 27 | AA | 3E | 26 |
| Octal | 44 | 234 | 211 | 115 | 0 | 14 | 47 | 252 | 76 | 46 |
| Binary | 100100 | 10011100 | 10001001 | 1001101 | 0 | 1100 | 100111 | 10101010 | 111110 | 100110 |
Color Harmonies of #249C89
Complementary color
Monochromatic Colors of #249C89
Black with #249C89
Text Example
Text Example
White with #249C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C89; }
p { color: rgb(36,156,137); }
H1.HeaderClassName
{
color: #249C89;
}
.AnyTagClassName
{
color: #249C89;
}
</style>
background-color css
<style>
a { background-color: #249C89; }
a { background-color: rgb(36,156,137); }
div.DivClassName
{
background-color: #249C89;
}
.BgClassName
{
background-color: #249C89;
}
</style>
border-color css
<style>
span { border-color: #249C89; }
span { border-color: rgb(36,156,137); }
td.TdClassName
{
border-color: #249C89;
}
.TagClassName
{
border-color: #249C89;
}
</style>