Shades of Shamrock #23DBA0
Tints of Shamrock #23DBA0
RGB
CMYK
RGB Variations
Color information
#23DBA0 (or 0x23DBA0) is known color: Shamrock. HEX triplet: 23, DB and A0. RGB value is (35,219,160). Sum of RGB (Red+Green+Blue) = 35+219+160=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DBA0 is #DC245F. Grayscale: #9D9D9D. Windows color (decimal): -14427232 or 10541859. OLE color: 10541859.
HSL color Cylindrical-coordinate representation of color #23DBA0: hue angle of 160.76º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBA0 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 160 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.14 |
| HSL | 160.76º | 0.72% | 0.5% | - |
| HSV(B) | 160.76º | 0.84% | 0.86% | - |
| XYZ | 32.37 | 53.56 | 41.89 | - |
| YUV | 157.26 | 129.54 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 160 | 0.84 | 0 | 0.27 | 0.14 | 160.76 | 0.72 | 0.5 |
| Hex | 23 | DB | A0 | 54 | 0 | 1B | E | A1 | 48 | 32 |
| Octal | 43 | 333 | 240 | 124 | 0 | 33 | 16 | 241 | 110 | 62 |
| Binary | 100011 | 11011011 | 10100000 | 1010100 | 0 | 11011 | 1110 | 10100001 | 1001000 | 110010 |
Color Harmonies of #23DBA0
Complementary color
Monochromatic Colors of #23DBA0
Black with #23DBA0
Text Example
Text Example
White with #23DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBA0; }
p { color: rgb(35,219,160); }
H1.HeaderClassName
{
color: #23DBA0;
}
.AnyTagClassName
{
color: #23DBA0;
}
</style>
background-color css
<style>
a { background-color: #23DBA0; }
a { background-color: rgb(35,219,160); }
div.DivClassName
{
background-color: #23DBA0;
}
.BgClassName
{
background-color: #23DBA0;
}
</style>
border-color css
<style>
span { border-color: #23DBA0; }
span { border-color: rgb(35,219,160); }
td.TdClassName
{
border-color: #23DBA0;
}
.TagClassName
{
border-color: #23DBA0;
}
</style>