Shades of Shamrock #23C393
Tints of Shamrock #23C393
RGB
CMYK
RGB Variations
Color information
#23C393 (or 0x23C393) is known color: Shamrock. HEX triplet: 23, C3 and 93. RGB value is (35,195,147). Sum of RGB (Red+Green+Blue) = 35+195+147=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #23C393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C393 is #DC3C6C. Grayscale: #8D8D8D. Windows color (decimal): -14433389 or 9683747. OLE color: 9683747.
HSL color Cylindrical-coordinate representation of color #23C393: hue angle of 162º 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 #23C393 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 195 | 147 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.24 |
| HSL | 162º | 0.7% | 0.45% | - |
| HSV(B) | 162º | 0.82% | 0.76% | - |
| XYZ | 25.47 | 41.49 | 34.27 | - |
| YUV | 141.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 195 | 147 | 0.82 | 0 | 0.25 | 0.24 | 162 | 0.7 | 0.45 |
| Hex | 23 | C3 | 93 | 52 | 0 | 19 | 18 | A2 | 46 | 2D |
| Octal | 43 | 303 | 223 | 122 | 0 | 31 | 30 | 242 | 106 | 55 |
| Binary | 100011 | 11000011 | 10010011 | 1010010 | 0 | 11001 | 11000 | 10100010 | 1000110 | 101101 |
Color Harmonies of #23C393
Complementary color
Monochromatic Colors of #23C393
Black with #23C393
Text Example
Text Example
White with #23C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C393; }
p { color: rgb(35,195,147); }
H1.HeaderClassName
{
color: #23C393;
}
.AnyTagClassName
{
color: #23C393;
}
</style>
background-color css
<style>
a { background-color: #23C393; }
a { background-color: rgb(35,195,147); }
div.DivClassName
{
background-color: #23C393;
}
.BgClassName
{
background-color: #23C393;
}
</style>
border-color css
<style>
span { border-color: #23C393; }
span { border-color: rgb(35,195,147); }
td.TdClassName
{
border-color: #23C393;
}
.TagClassName
{
border-color: #23C393;
}
</style>