Shades of Shamrock #23CAA0
Tints of Shamrock #23CAA0
RGB
CMYK
RGB Variations
Color information
#23CAA0 (or 0x23CAA0) is known color: Shamrock. HEX triplet: 23, CA and A0. RGB value is (35,202,160). Sum of RGB (Red+Green+Blue) = 35+202+160=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #23CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CAA0 is #DC355F. Grayscale: #939393. Windows color (decimal): -14431584 or 10537507. OLE color: 10537507.
HSL color Cylindrical-coordinate representation of color #23CAA0: hue angle of 164.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CAA0 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 160 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.21 |
| HSL | 164.91º | 0.7% | 0.46% | - |
| HSV(B) | 164.91º | 0.83% | 0.79% | - |
| XYZ | 28.16 | 45.14 | 40.49 | - |
| YUV | 147.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 160 | 0.83 | 0 | 0.21 | 0.21 | 164.91 | 0.7 | 0.46 |
| Hex | 23 | CA | A0 | 53 | 0 | 15 | 15 | A5 | 46 | 2E |
| Octal | 43 | 312 | 240 | 123 | 0 | 25 | 25 | 245 | 106 | 56 |
| Binary | 100011 | 11001010 | 10100000 | 1010011 | 0 | 10101 | 10101 | 10100101 | 1000110 | 101110 |
Color Harmonies of #23CAA0
Complementary color
Monochromatic Colors of #23CAA0
Black with #23CAA0
Text Example
Text Example
White with #23CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CAA0; }
p { color: rgb(35,202,160); }
H1.HeaderClassName
{
color: #23CAA0;
}
.AnyTagClassName
{
color: #23CAA0;
}
</style>
background-color css
<style>
a { background-color: #23CAA0; }
a { background-color: rgb(35,202,160); }
div.DivClassName
{
background-color: #23CAA0;
}
.BgClassName
{
background-color: #23CAA0;
}
</style>
border-color css
<style>
span { border-color: #23CAA0; }
span { border-color: rgb(35,202,160); }
td.TdClassName
{
border-color: #23CAA0;
}
.TagClassName
{
border-color: #23CAA0;
}
</style>