Shades of Shamrock #23C5A2
Tints of Shamrock #23C5A2
RGB
CMYK
RGB Variations
Color information
#23C5A2 (or 0x23C5A2) is known color: Shamrock. HEX triplet: 23, C5 and A2. RGB value is (35,197,162). Sum of RGB (Red+Green+Blue) = 35+197+162=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #23C5A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C5A2 is #DC3A5D. Grayscale: #909090. Windows color (decimal): -14432862 or 10667299. OLE color: 10667299.
HSL color Cylindrical-coordinate representation of color #23C5A2: hue angle of 167.04º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C5A2 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 162 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.23 |
| HSL | 167.04º | 0.7% | 0.45% | - |
| HSV(B) | 167.04º | 0.82% | 0.77% | - |
| XYZ | 27.18 | 42.9 | 41.03 | - |
| YUV | 144.57 | 137.83 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 162 | 0.82 | 0 | 0.18 | 0.23 | 167.04 | 0.7 | 0.45 |
| Hex | 23 | C5 | A2 | 52 | 0 | 12 | 17 | A7 | 46 | 2D |
| Octal | 43 | 305 | 242 | 122 | 0 | 22 | 27 | 247 | 106 | 55 |
| Binary | 100011 | 11000101 | 10100010 | 1010010 | 0 | 10010 | 10111 | 10100111 | 1000110 | 101101 |
Color Harmonies of #23C5A2
Complementary color
Monochromatic Colors of #23C5A2
Black with #23C5A2
Text Example
Text Example
White with #23C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C5A2; }
p { color: rgb(35,197,162); }
H1.HeaderClassName
{
color: #23C5A2;
}
.AnyTagClassName
{
color: #23C5A2;
}
</style>
background-color css
<style>
a { background-color: #23C5A2; }
a { background-color: rgb(35,197,162); }
div.DivClassName
{
background-color: #23C5A2;
}
.BgClassName
{
background-color: #23C5A2;
}
</style>
border-color css
<style>
span { border-color: #23C5A2; }
span { border-color: rgb(35,197,162); }
td.TdClassName
{
border-color: #23C5A2;
}
.TagClassName
{
border-color: #23C5A2;
}
</style>