Shades of Shamrock #23DCAA
Tints of Shamrock #23DCAA
RGB
CMYK
RGB Variations
Color information
#23DCAA (or 0x23DCAA) is known color: Shamrock. HEX triplet: 23, DC and AA. RGB value is (35,220,170). Sum of RGB (Red+Green+Blue) = 35+220+170=425 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.24% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DCAA is #DC2355. Grayscale: #9E9E9E. Windows color (decimal): -14426966 or 11197475. OLE color: 11197475.
HSL color Cylindrical-coordinate representation of color #23DCAA: hue angle of 163.78º degrees, saturation: 0.73, 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 #23DCAA is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 220 | 170 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.14 |
| HSL | 163.78º | 0.73% | 0.5% | - |
| HSV(B) | 163.78º | 0.84% | 0.86% | - |
| XYZ | 33.54 | 54.45 | 46.77 | - |
| YUV | 158.99 | 134.21 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 170 | 0.84 | 0 | 0.23 | 0.14 | 163.78 | 0.73 | 0.5 |
| Hex | 23 | DC | AA | 54 | 0 | 17 | E | A4 | 49 | 32 |
| Octal | 43 | 334 | 252 | 124 | 0 | 27 | 16 | 244 | 111 | 62 |
| Binary | 100011 | 11011100 | 10101010 | 1010100 | 0 | 10111 | 1110 | 10100100 | 1001001 | 110010 |
Color Harmonies of #23DCAA
Complementary color
Monochromatic Colors of #23DCAA
Black with #23DCAA
Text Example
Text Example
White with #23DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DCAA; }
p { color: rgb(35,220,170); }
H1.HeaderClassName
{
color: #23DCAA;
}
.AnyTagClassName
{
color: #23DCAA;
}
</style>
background-color css
<style>
a { background-color: #23DCAA; }
a { background-color: rgb(35,220,170); }
div.DivClassName
{
background-color: #23DCAA;
}
.BgClassName
{
background-color: #23DCAA;
}
</style>
border-color css
<style>
span { border-color: #23DCAA; }
span { border-color: rgb(35,220,170); }
td.TdClassName
{
border-color: #23DCAA;
}
.TagClassName
{
border-color: #23DCAA;
}
</style>