Shades of Shamrock #23C495
Tints of Shamrock #23C495
RGB
CMYK
RGB Variations
Color information
#23C495 (or 0x23C495) is known color: Shamrock. HEX triplet: 23, C4 and 95. RGB value is (35,196,149). Sum of RGB (Red+Green+Blue) = 35+196+149=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #23C495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C495 is #DC3B6A. Grayscale: #8E8E8E. Windows color (decimal): -14433131 or 9815075. OLE color: 9815075.
HSL color Cylindrical-coordinate representation of color #23C495: hue angle of 162.48º 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 #23C495 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 196 | 149 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.23 |
| HSL | 162.48º | 0.7% | 0.45% | - |
| HSV(B) | 162.48º | 0.82% | 0.77% | - |
| XYZ | 25.86 | 42.01 | 35.18 | - |
| YUV | 142.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 196 | 149 | 0.82 | 0 | 0.24 | 0.23 | 162.48 | 0.7 | 0.45 |
| Hex | 23 | C4 | 95 | 52 | 0 | 18 | 17 | A2 | 46 | 2D |
| Octal | 43 | 304 | 225 | 122 | 0 | 30 | 27 | 242 | 106 | 55 |
| Binary | 100011 | 11000100 | 10010101 | 1010010 | 0 | 11000 | 10111 | 10100010 | 1000110 | 101101 |
Color Harmonies of #23C495
Complementary color
Monochromatic Colors of #23C495
Black with #23C495
Text Example
Text Example
White with #23C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C495; }
p { color: rgb(35,196,149); }
H1.HeaderClassName
{
color: #23C495;
}
.AnyTagClassName
{
color: #23C495;
}
</style>
background-color css
<style>
a { background-color: #23C495; }
a { background-color: rgb(35,196,149); }
div.DivClassName
{
background-color: #23C495;
}
.BgClassName
{
background-color: #23C495;
}
</style>
border-color css
<style>
span { border-color: #23C495; }
span { border-color: rgb(35,196,149); }
td.TdClassName
{
border-color: #23C495;
}
.TagClassName
{
border-color: #23C495;
}
</style>