Shades of Shamrock #23C2A0
Tints of Shamrock #23C2A0
RGB
CMYK
RGB Variations
Color information
#23C2A0 (or 0x23C2A0) is known color: Shamrock. HEX triplet: 23, C2 and A0. RGB value is (35,194,160). Sum of RGB (Red+Green+Blue) = 35+194+160=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C2A0 is #DC3D5F. Grayscale: #8E8E8E. Windows color (decimal): -14433632 or 10535459. OLE color: 10535459.
HSL color Cylindrical-coordinate representation of color #23C2A0: hue angle of 167.17º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C2A0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 160 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.24 |
| HSL | 167.17º | 0.69% | 0.45% | - |
| HSV(B) | 167.17º | 0.82% | 0.76% | - |
| XYZ | 26.33 | 41.48 | 39.88 | - |
| YUV | 142.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 160 | 0.82 | 0 | 0.18 | 0.24 | 167.17 | 0.69 | 0.45 |
| Hex | 23 | C2 | A0 | 52 | 0 | 12 | 18 | A7 | 45 | 2D |
| Octal | 43 | 302 | 240 | 122 | 0 | 22 | 30 | 247 | 105 | 55 |
| Binary | 100011 | 11000010 | 10100000 | 1010010 | 0 | 10010 | 11000 | 10100111 | 1000101 | 101101 |
Color Harmonies of #23C2A0
Complementary color
Monochromatic Colors of #23C2A0
Black with #23C2A0
Text Example
Text Example
White with #23C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C2A0; }
p { color: rgb(35,194,160); }
H1.HeaderClassName
{
color: #23C2A0;
}
.AnyTagClassName
{
color: #23C2A0;
}
</style>
background-color css
<style>
a { background-color: #23C2A0; }
a { background-color: rgb(35,194,160); }
div.DivClassName
{
background-color: #23C2A0;
}
.BgClassName
{
background-color: #23C2A0;
}
</style>
border-color css
<style>
span { border-color: #23C2A0; }
span { border-color: rgb(35,194,160); }
td.TdClassName
{
border-color: #23C2A0;
}
.TagClassName
{
border-color: #23C2A0;
}
</style>