Shades of Shamrock #23DEAF
Tints of Shamrock #23DEAF
RGB
CMYK
RGB Variations
Color information
#23DEAF (or 0x23DEAF) is known color: Shamrock. HEX triplet: 23, DE and AF. RGB value is (35,222,175). Sum of RGB (Red+Green+Blue) = 35+222+175=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #23DEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DEAF is #DC2150. Grayscale: #A0A0A0. Windows color (decimal): -14426449 or 11525667. OLE color: 11525667.
HSL color Cylindrical-coordinate representation of color #23DEAF: hue angle of 164.92º degrees, saturation: 0.74, 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 #23DEAF is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 222 | 175 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.13 |
| HSL | 164.92º | 0.74% | 0.5% | - |
| HSV(B) | 164.92º | 0.84% | 0.87% | - |
| XYZ | 34.55 | 55.7 | 49.49 | - |
| YUV | 160.73 | 136.05 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 222 | 175 | 0.84 | 0 | 0.21 | 0.13 | 164.92 | 0.74 | 0.5 |
| Hex | 23 | DE | AF | 54 | 0 | 15 | D | A5 | 4A | 32 |
| Octal | 43 | 336 | 257 | 124 | 0 | 25 | 15 | 245 | 112 | 62 |
| Binary | 100011 | 11011110 | 10101111 | 1010100 | 0 | 10101 | 1101 | 10100101 | 1001010 | 110010 |
Color Harmonies of #23DEAF
Complementary color
Monochromatic Colors of #23DEAF
Black with #23DEAF
Text Example
Text Example
White with #23DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DEAF; }
p { color: rgb(35,222,175); }
H1.HeaderClassName
{
color: #23DEAF;
}
.AnyTagClassName
{
color: #23DEAF;
}
</style>
background-color css
<style>
a { background-color: #23DEAF; }
a { background-color: rgb(35,222,175); }
div.DivClassName
{
background-color: #23DEAF;
}
.BgClassName
{
background-color: #23DEAF;
}
</style>
border-color css
<style>
span { border-color: #23DEAF; }
span { border-color: rgb(35,222,175); }
td.TdClassName
{
border-color: #23DEAF;
}
.TagClassName
{
border-color: #23DEAF;
}
</style>