Shades of Shamrock #23DBA5
Tints of Shamrock #23DBA5
RGB
CMYK
RGB Variations
Color information
#23DBA5 (or 0x23DBA5) is known color: Shamrock. HEX triplet: 23, DB and A5. RGB value is (35,219,165). Sum of RGB (Red+Green+Blue) = 35+219+165=419 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.35% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23DBA5 is #DC245A. Grayscale: #9D9D9D. Windows color (decimal): -14427227 or 10869539. OLE color: 10869539.
HSL color Cylindrical-coordinate representation of color #23DBA5: hue angle of 162.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DBA5 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 165 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.14 |
| HSL | 162.39º | 0.72% | 0.5% | - |
| HSV(B) | 162.39º | 0.84% | 0.86% | - |
| XYZ | 32.82 | 53.74 | 44.24 | - |
| YUV | 157.83 | 132.04 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 165 | 0.84 | 0 | 0.25 | 0.14 | 162.39 | 0.72 | 0.5 |
| Hex | 23 | DB | A5 | 54 | 0 | 19 | E | A2 | 48 | 32 |
| Octal | 43 | 333 | 245 | 124 | 0 | 31 | 16 | 242 | 110 | 62 |
| Binary | 100011 | 11011011 | 10100101 | 1010100 | 0 | 11001 | 1110 | 10100010 | 1001000 | 110010 |
Color Harmonies of #23DBA5
Complementary color
Monochromatic Colors of #23DBA5
Black with #23DBA5
Text Example
Text Example
White with #23DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBA5; }
p { color: rgb(35,219,165); }
H1.HeaderClassName
{
color: #23DBA5;
}
.AnyTagClassName
{
color: #23DBA5;
}
</style>
background-color css
<style>
a { background-color: #23DBA5; }
a { background-color: rgb(35,219,165); }
div.DivClassName
{
background-color: #23DBA5;
}
.BgClassName
{
background-color: #23DBA5;
}
</style>
border-color css
<style>
span { border-color: #23DBA5; }
span { border-color: rgb(35,219,165); }
td.TdClassName
{
border-color: #23DBA5;
}
.TagClassName
{
border-color: #23DBA5;
}
</style>