Shades of Shamrock #23D3B0
Tints of Shamrock #23D3B0
RGB
CMYK
RGB Variations
Color information
#23D3B0 (or 0x23D3B0) is known color: Shamrock. HEX triplet: 23, D3 and B0. RGB value is (35,211,176). Sum of RGB (Red+Green+Blue) = 35+211+176=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #23D3B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D3B0 is #DC2C4F. Grayscale: #9A9A9A. Windows color (decimal): -14429264 or 11588387. OLE color: 11588387.
HSL color Cylindrical-coordinate representation of color #23D3B0: hue angle of 168.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D3B0 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 35 | 211 | 176 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.17 |
| HSL | 168.07º | 0.72% | 0.48% | - |
| HSV(B) | 168.07º | 0.83% | 0.83% | - |
| XYZ | 31.82 | 50.08 | 49.06 | - |
| YUV | 154.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 176 | 0.83 | 0 | 0.17 | 0.17 | 168.07 | 0.72 | 0.48 |
| Hex | 23 | D3 | B0 | 53 | 0 | 11 | 11 | A8 | 48 | 30 |
| Octal | 43 | 323 | 260 | 123 | 0 | 21 | 21 | 250 | 110 | 60 |
| Binary | 100011 | 11010011 | 10110000 | 1010011 | 0 | 10001 | 10001 | 10101000 | 1001000 | 110000 |
Color Harmonies of #23D3B0
Complementary color
Monochromatic Colors of #23D3B0
Black with #23D3B0
Text Example
Text Example
White with #23D3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D3B0; }
p { color: rgb(35,211,176); }
H1.HeaderClassName
{
color: #23D3B0;
}
.AnyTagClassName
{
color: #23D3B0;
}
</style>
background-color css
<style>
a { background-color: #23D3B0; }
a { background-color: rgb(35,211,176); }
div.DivClassName
{
background-color: #23D3B0;
}
.BgClassName
{
background-color: #23D3B0;
}
</style>
border-color css
<style>
span { border-color: #23D3B0; }
span { border-color: rgb(35,211,176); }
td.TdClassName
{
border-color: #23D3B0;
}
.TagClassName
{
border-color: #23D3B0;
}
</style>