Shades of Shamrock #23DDA6
Tints of Shamrock #23DDA6
RGB
CMYK
RGB Variations
Color information
#23DDA6 (or 0x23DDA6) is known color: Shamrock. HEX triplet: 23, DD and A6. RGB value is (35,221,166). Sum of RGB (Red+Green+Blue) = 35+221+166=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DDA6 is #DC2259. Grayscale: #9F9F9F. Windows color (decimal): -14426714 or 10935587. OLE color: 10935587.
HSL color Cylindrical-coordinate representation of color #23DDA6: hue angle of 162.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DDA6 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 221 | 166 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.13 |
| HSL | 162.26º | 0.73% | 0.5% | - |
| HSV(B) | 162.26º | 0.84% | 0.87% | - |
| XYZ | 33.43 | 54.82 | 44.9 | - |
| YUV | 159.12 | 131.88 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 221 | 166 | 0.84 | 0 | 0.25 | 0.13 | 162.26 | 0.73 | 0.5 |
| Hex | 23 | DD | A6 | 54 | 0 | 19 | D | A2 | 49 | 32 |
| Octal | 43 | 335 | 246 | 124 | 0 | 31 | 15 | 242 | 111 | 62 |
| Binary | 100011 | 11011101 | 10100110 | 1010100 | 0 | 11001 | 1101 | 10100010 | 1001001 | 110010 |
Color Harmonies of #23DDA6
Complementary color
Monochromatic Colors of #23DDA6
Black with #23DDA6
Text Example
Text Example
White with #23DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DDA6; }
p { color: rgb(35,221,166); }
H1.HeaderClassName
{
color: #23DDA6;
}
.AnyTagClassName
{
color: #23DDA6;
}
</style>
background-color css
<style>
a { background-color: #23DDA6; }
a { background-color: rgb(35,221,166); }
div.DivClassName
{
background-color: #23DDA6;
}
.BgClassName
{
background-color: #23DDA6;
}
</style>
border-color css
<style>
span { border-color: #23DDA6; }
span { border-color: rgb(35,221,166); }
td.TdClassName
{
border-color: #23DDA6;
}
.TagClassName
{
border-color: #23DDA6;
}
</style>