Shades of Shamrock #23DBB6
Tints of Shamrock #23DBB6
RGB
CMYK
RGB Variations
Color information
#23DBB6 (or 0x23DBB6) is known color: Shamrock. HEX triplet: 23, DB and B6. RGB value is (35,219,182). Sum of RGB (Red+Green+Blue) = 35+219+182=436 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.03% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #23DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBB6 is #DC2449. Grayscale: #9F9F9F. Windows color (decimal): -14427210 or 11983651. OLE color: 11983651.
HSL color Cylindrical-coordinate representation of color #23DBB6: hue angle of 167.93º 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 #23DBB6 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 219 | 182 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.14 |
| HSL | 167.93º | 0.72% | 0.5% | - |
| HSV(B) | 167.93º | 0.84% | 0.86% | - |
| XYZ | 34.47 | 54.4 | 52.94 | - |
| YUV | 159.77 | 140.54 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 182 | 0.84 | 0 | 0.17 | 0.14 | 167.93 | 0.72 | 0.5 |
| Hex | 23 | DB | B6 | 54 | 0 | 11 | E | A8 | 48 | 32 |
| Octal | 43 | 333 | 266 | 124 | 0 | 21 | 16 | 250 | 110 | 62 |
| Binary | 100011 | 11011011 | 10110110 | 1010100 | 0 | 10001 | 1110 | 10101000 | 1001000 | 110010 |
Color Harmonies of #23DBB6
Complementary color
Monochromatic Colors of #23DBB6
Black with #23DBB6
Text Example
Text Example
White with #23DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBB6; }
p { color: rgb(35,219,182); }
H1.HeaderClassName
{
color: #23DBB6;
}
.AnyTagClassName
{
color: #23DBB6;
}
</style>
background-color css
<style>
a { background-color: #23DBB6; }
a { background-color: rgb(35,219,182); }
div.DivClassName
{
background-color: #23DBB6;
}
.BgClassName
{
background-color: #23DBB6;
}
</style>
border-color css
<style>
span { border-color: #23DBB6; }
span { border-color: rgb(35,219,182); }
td.TdClassName
{
border-color: #23DBB6;
}
.TagClassName
{
border-color: #23DBB6;
}
</style>