Shades of Niagara #249F8B
Tints of Niagara #249F8B
RGB
CMYK
RGB Variations
Color information
#249F8B (or 0x249F8B) is known color: Niagara. HEX triplet: 24, 9F and 8B. RGB value is (36,159,139). Sum of RGB (Red+Green+Blue) = 36+159+139=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #249F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F8B is #DB6074. Grayscale: #777777. Windows color (decimal): -14377077 or 9150244. OLE color: 9150244.
HSL color Cylindrical-coordinate representation of color #249F8B: hue angle of 170.24º 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 #249F8B is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 139 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.38 |
| HSL | 170.24º | 0.63% | 0.38% | - |
| HSV(B) | 170.24º | 0.77% | 0.62% | - |
| XYZ | 17.79 | 27.04 | 28.71 | - |
| YUV | 119.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 139 | 0.77 | 0 | 0.13 | 0.38 | 170.24 | 0.63 | 0.38 |
| Hex | 24 | 9F | 8B | 4D | 0 | D | 26 | AA | 3F | 26 |
| Octal | 44 | 237 | 213 | 115 | 0 | 15 | 46 | 252 | 77 | 46 |
| Binary | 100100 | 10011111 | 10001011 | 1001101 | 0 | 1101 | 100110 | 10101010 | 111111 | 100110 |
Color Harmonies of #249F8B
Complementary color
Monochromatic Colors of #249F8B
Black with #249F8B
Text Example
Text Example
White with #249F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F8B; }
p { color: rgb(36,159,139); }
H1.HeaderClassName
{
color: #249F8B;
}
.AnyTagClassName
{
color: #249F8B;
}
</style>
background-color css
<style>
a { background-color: #249F8B; }
a { background-color: rgb(36,159,139); }
div.DivClassName
{
background-color: #249F8B;
}
.BgClassName
{
background-color: #249F8B;
}
</style>
border-color css
<style>
span { border-color: #249F8B; }
span { border-color: rgb(36,159,139); }
td.TdClassName
{
border-color: #249F8B;
}
.TagClassName
{
border-color: #249F8B;
}
</style>