Shades of Shamrock #23D29B
Tints of Shamrock #23D29B
RGB
CMYK
RGB Variations
Color information
#23D29B (or 0x23D29B) is known color: Shamrock. HEX triplet: 23, D2 and 9B. RGB value is (35,210,155). Sum of RGB (Red+Green+Blue) = 35+210+155=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #23D29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D29B is #DC2D64. Grayscale: #979797. Windows color (decimal): -14429541 or 10211875. OLE color: 10211875.
HSL color Cylindrical-coordinate representation of color #23D29B: hue angle of 161.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D29B is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 210 | 155 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.18 |
| HSL | 161.14º | 0.71% | 0.48% | - |
| HSV(B) | 161.14º | 0.83% | 0.82% | - |
| XYZ | 29.66 | 48.82 | 38.87 | - |
| YUV | 151.41 | 130.02 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 210 | 155 | 0.83 | 0 | 0.26 | 0.18 | 161.14 | 0.71 | 0.48 |
| Hex | 23 | D2 | 9B | 53 | 0 | 1A | 12 | A1 | 47 | 30 |
| Octal | 43 | 322 | 233 | 123 | 0 | 32 | 22 | 241 | 107 | 60 |
| Binary | 100011 | 11010010 | 10011011 | 1010011 | 0 | 11010 | 10010 | 10100001 | 1000111 | 110000 |
Color Harmonies of #23D29B
Complementary color
Monochromatic Colors of #23D29B
Black with #23D29B
Text Example
Text Example
White with #23D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D29B; }
p { color: rgb(35,210,155); }
H1.HeaderClassName
{
color: #23D29B;
}
.AnyTagClassName
{
color: #23D29B;
}
</style>
background-color css
<style>
a { background-color: #23D29B; }
a { background-color: rgb(35,210,155); }
div.DivClassName
{
background-color: #23D29B;
}
.BgClassName
{
background-color: #23D29B;
}
</style>
border-color css
<style>
span { border-color: #23D29B; }
span { border-color: rgb(35,210,155); }
td.TdClassName
{
border-color: #23D29B;
}
.TagClassName
{
border-color: #23D29B;
}
</style>