Shades of Shamrock #24BF9B
Tints of Shamrock #24BF9B
RGB
CMYK
RGB Variations
Color information
#24BF9B (or 0x24BF9B) is known color: Shamrock. HEX triplet: 24, BF and 9B. RGB value is (36,191,155). Sum of RGB (Red+Green+Blue) = 36+191+155=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BF9B is #DB4064. Grayscale: #8C8C8C. Windows color (decimal): -14368869 or 10207012. OLE color: 10207012.
HSL color Cylindrical-coordinate representation of color #24BF9B: hue angle of 166.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BF9B is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 155 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.25 |
| HSL | 166.06º | 0.68% | 0.45% | - |
| HSV(B) | 166.06º | 0.81% | 0.75% | - |
| XYZ | 25.27 | 40 | 37.4 | - |
| YUV | 140.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 155 | 0.81 | 0 | 0.19 | 0.25 | 166.06 | 0.68 | 0.45 |
| Hex | 24 | BF | 9B | 51 | 0 | 13 | 19 | A6 | 44 | 2D |
| Octal | 44 | 277 | 233 | 121 | 0 | 23 | 31 | 246 | 104 | 55 |
| Binary | 100100 | 10111111 | 10011011 | 1010001 | 0 | 10011 | 11001 | 10100110 | 1000100 | 101101 |
Color Harmonies of #24BF9B
Complementary color
Monochromatic Colors of #24BF9B
Black with #24BF9B
Text Example
Text Example
White with #24BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BF9B; }
p { color: rgb(36,191,155); }
H1.HeaderClassName
{
color: #24BF9B;
}
.AnyTagClassName
{
color: #24BF9B;
}
</style>
background-color css
<style>
a { background-color: #24BF9B; }
a { background-color: rgb(36,191,155); }
div.DivClassName
{
background-color: #24BF9B;
}
.BgClassName
{
background-color: #24BF9B;
}
</style>
border-color css
<style>
span { border-color: #24BF9B; }
span { border-color: rgb(36,191,155); }
td.TdClassName
{
border-color: #24BF9B;
}
.TagClassName
{
border-color: #24BF9B;
}
</style>