Shades of Shamrock #23DDA8
Tints of Shamrock #23DDA8
RGB
CMYK
RGB Variations
Color information
#23DDA8 (or 0x23DDA8) is known color: Shamrock. HEX triplet: 23, DD and A8. RGB value is (35,221,168). Sum of RGB (Red+Green+Blue) = 35+221+168=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DDA8 is #DC2257. Grayscale: #9F9F9F. Windows color (decimal): -14426712 or 11066659. OLE color: 11066659.
HSL color Cylindrical-coordinate representation of color #23DDA8: hue angle of 162.9º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DDA8 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 168 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.13 |
| HSL | 162.9º | 0.73% | 0.5% | - |
| HSV(B) | 162.9º | 0.84% | 0.87% | - |
| XYZ | 33.62 | 54.9 | 45.87 | - |
| YUV | 159.34 | 132.88 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 168 | 0.84 | 0 | 0.24 | 0.13 | 162.9 | 0.73 | 0.5 |
| Hex | 23 | DD | A8 | 54 | 0 | 18 | D | A3 | 49 | 32 |
| Octal | 43 | 335 | 250 | 124 | 0 | 30 | 15 | 243 | 111 | 62 |
| Binary | 100011 | 11011101 | 10101000 | 1010100 | 0 | 11000 | 1101 | 10100011 | 1001001 | 110010 |
Color Harmonies of #23DDA8
Complementary color
Monochromatic Colors of #23DDA8
Black with #23DDA8
Text Example
Text Example
White with #23DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDA8; }
p { color: rgb(35,221,168); }
H1.HeaderClassName
{
color: #23DDA8;
}
.AnyTagClassName
{
color: #23DDA8;
}
</style>
background-color css
<style>
a { background-color: #23DDA8; }
a { background-color: rgb(35,221,168); }
div.DivClassName
{
background-color: #23DDA8;
}
.BgClassName
{
background-color: #23DDA8;
}
</style>
border-color css
<style>
span { border-color: #23DDA8; }
span { border-color: rgb(35,221,168); }
td.TdClassName
{
border-color: #23DDA8;
}
.TagClassName
{
border-color: #23DDA8;
}
</style>