Shades of Niagara #24B08D
Tints of Niagara #24B08D
RGB
CMYK
RGB Variations
Color information
#24B08D (or 0x24B08D) is known color: Niagara. HEX triplet: 24, B0 and 8D. RGB value is (36,176,141). Sum of RGB (Red+Green+Blue) = 36+176+141=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #24B08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B08D is #DB4F72. Grayscale: #828282. Windows color (decimal): -14372723 or 9285668. OLE color: 9285668.
HSL color Cylindrical-coordinate representation of color #24B08D: hue angle of 165º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B08D is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 176 | 141 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.31 |
| HSL | 165º | 0.66% | 0.42% | - |
| HSV(B) | 165º | 0.8% | 0.69% | - |
| XYZ | 21.06 | 33.35 | 30.53 | - |
| YUV | 130.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 141 | 0.80 | 0 | 0.20 | 0.31 | 165 | 0.66 | 0.42 |
| Hex | 24 | B0 | 8D | 50 | 0 | 14 | 1F | A5 | 42 | 2A |
| Octal | 44 | 260 | 215 | 120 | 0 | 24 | 37 | 245 | 102 | 52 |
| Binary | 100100 | 10110000 | 10001101 | 1010000 | 0 | 10100 | 11111 | 10100101 | 1000010 | 101010 |
Color Harmonies of #24B08D
Complementary color
Monochromatic Colors of #24B08D
Black with #24B08D
Text Example
Text Example
White with #24B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B08D; }
p { color: rgb(36,176,141); }
H1.HeaderClassName
{
color: #24B08D;
}
.AnyTagClassName
{
color: #24B08D;
}
</style>
background-color css
<style>
a { background-color: #24B08D; }
a { background-color: rgb(36,176,141); }
div.DivClassName
{
background-color: #24B08D;
}
.BgClassName
{
background-color: #24B08D;
}
</style>
border-color css
<style>
span { border-color: #24B08D; }
span { border-color: rgb(36,176,141); }
td.TdClassName
{
border-color: #24B08D;
}
.TagClassName
{
border-color: #24B08D;
}
</style>