Shades of Shamrock #23C3A0
Tints of Shamrock #23C3A0
RGB
CMYK
RGB Variations
Color information
#23C3A0 (or 0x23C3A0) is known color: Shamrock. HEX triplet: 23, C3 and A0. RGB value is (35,195,160). Sum of RGB (Red+Green+Blue) = 35+195+160=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #23C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C3A0 is #DC3C5F. Grayscale: #8F8F8F. Windows color (decimal): -14433376 or 10535715. OLE color: 10535715.
HSL color Cylindrical-coordinate representation of color #23C3A0: hue angle of 166.88º degrees, saturation: 0.7, 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 #23C3A0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 195 | 160 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.24 |
| HSL | 166.88º | 0.7% | 0.45% | - |
| HSV(B) | 166.88º | 0.82% | 0.76% | - |
| XYZ | 26.55 | 41.93 | 39.95 | - |
| YUV | 143.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 195 | 160 | 0.82 | 0 | 0.18 | 0.24 | 166.88 | 0.7 | 0.45 |
| Hex | 23 | C3 | A0 | 52 | 0 | 12 | 18 | A7 | 46 | 2D |
| Octal | 43 | 303 | 240 | 122 | 0 | 22 | 30 | 247 | 106 | 55 |
| Binary | 100011 | 11000011 | 10100000 | 1010010 | 0 | 10010 | 11000 | 10100111 | 1000110 | 101101 |
Color Harmonies of #23C3A0
Complementary color
Monochromatic Colors of #23C3A0
Black with #23C3A0
Text Example
Text Example
White with #23C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C3A0; }
p { color: rgb(35,195,160); }
H1.HeaderClassName
{
color: #23C3A0;
}
.AnyTagClassName
{
color: #23C3A0;
}
</style>
background-color css
<style>
a { background-color: #23C3A0; }
a { background-color: rgb(35,195,160); }
div.DivClassName
{
background-color: #23C3A0;
}
.BgClassName
{
background-color: #23C3A0;
}
</style>
border-color css
<style>
span { border-color: #23C3A0; }
span { border-color: rgb(35,195,160); }
td.TdClassName
{
border-color: #23C3A0;
}
.TagClassName
{
border-color: #23C3A0;
}
</style>