Shades of Shamrock #24D8AC
Tints of Shamrock #24D8AC
RGB
CMYK
RGB Variations
Color information
#24D8AC (or 0x24D8AC) is known color: Shamrock. HEX triplet: 24, D8 and AC. RGB value is (36,216,172). Sum of RGB (Red+Green+Blue) = 36+216+172=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #24D8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24D8AC is #DB2753. Grayscale: #9D9D9D. Windows color (decimal): -14362452 or 11327524. OLE color: 11327524.
HSL color Cylindrical-coordinate representation of color #24D8AC: hue angle of 165.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D8AC is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 216 | 172 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.15 |
| HSL | 165.33º | 0.71% | 0.49% | - |
| HSV(B) | 165.33º | 0.83% | 0.85% | - |
| XYZ | 32.73 | 52.47 | 47.43 | - |
| YUV | 157.16 | 136.37 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 216 | 172 | 0.83 | 0 | 0.20 | 0.15 | 165.33 | 0.71 | 0.49 |
| Hex | 24 | D8 | AC | 53 | 0 | 14 | F | A5 | 47 | 31 |
| Octal | 44 | 330 | 254 | 123 | 0 | 24 | 17 | 245 | 107 | 61 |
| Binary | 100100 | 11011000 | 10101100 | 1010011 | 0 | 10100 | 1111 | 10100101 | 1000111 | 110001 |
Color Harmonies of #24D8AC
Complementary color
Monochromatic Colors of #24D8AC
Black with #24D8AC
Text Example
Text Example
White with #24D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D8AC; }
p { color: rgb(36,216,172); }
H1.HeaderClassName
{
color: #24D8AC;
}
.AnyTagClassName
{
color: #24D8AC;
}
</style>
background-color css
<style>
a { background-color: #24D8AC; }
a { background-color: rgb(36,216,172); }
div.DivClassName
{
background-color: #24D8AC;
}
.BgClassName
{
background-color: #24D8AC;
}
</style>
border-color css
<style>
span { border-color: #24D8AC; }
span { border-color: rgb(36,216,172); }
td.TdClassName
{
border-color: #24D8AC;
}
.TagClassName
{
border-color: #24D8AC;
}
</style>