Shades of Shamrock #23CC8B
Tints of Shamrock #23CC8B
RGB
CMYK
RGB Variations
Color information
#23CC8B (or 0x23CC8B) is known color: Shamrock. HEX triplet: 23, CC and 8B. RGB value is (35,204,139). Sum of RGB (Red+Green+Blue) = 35+204+139=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CC8B is #DC3374. Grayscale: #929292. Windows color (decimal): -14431093 or 9161763. OLE color: 9161763.
HSL color Cylindrical-coordinate representation of color #23CC8B: hue angle of 156.92º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CC8B is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 204 | 139 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.2 |
| HSL | 156.92º | 0.71% | 0.47% | - |
| HSV(B) | 156.92º | 0.83% | 0.8% | - |
| XYZ | 26.95 | 45.41 | 31.77 | - |
| YUV | 146.06 | 124.01 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 139 | 0.83 | 0 | 0.32 | 0.2 | 156.92 | 0.71 | 0.47 |
| Hex | 23 | CC | 8B | 53 | 0 | 20 | 14 | 9D | 47 | 2F |
| Octal | 43 | 314 | 213 | 123 | 0 | 40 | 24 | 235 | 107 | 57 |
| Binary | 100011 | 11001100 | 10001011 | 1010011 | 0 | 100000 | 10100 | 10011101 | 1000111 | 101111 |
Color Harmonies of #23CC8B
Complementary color
Monochromatic Colors of #23CC8B
Black with #23CC8B
Text Example
Text Example
White with #23CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CC8B; }
p { color: rgb(35,204,139); }
H1.HeaderClassName
{
color: #23CC8B;
}
.AnyTagClassName
{
color: #23CC8B;
}
</style>
background-color css
<style>
a { background-color: #23CC8B; }
a { background-color: rgb(35,204,139); }
div.DivClassName
{
background-color: #23CC8B;
}
.BgClassName
{
background-color: #23CC8B;
}
</style>
border-color css
<style>
span { border-color: #23CC8B; }
span { border-color: rgb(35,204,139); }
td.TdClassName
{
border-color: #23CC8B;
}
.TagClassName
{
border-color: #23CC8B;
}
</style>