Shades of Shamrock #23D5AC
Tints of Shamrock #23D5AC
RGB
CMYK
RGB Variations
Color information
#23D5AC (or 0x23D5AC) is known color: Shamrock. HEX triplet: 23, D5 and AC. RGB value is (35,213,172). Sum of RGB (Red+Green+Blue) = 35+213+172=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #23D5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D5AC is #DC2A53. Grayscale: #9B9B9B. Windows color (decimal): -14428756 or 11326755. OLE color: 11326755.
HSL color Cylindrical-coordinate representation of color #23D5AC: hue angle of 166.18º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D5AC is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 213 | 172 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.16 |
| HSL | 166.18º | 0.72% | 0.49% | - |
| HSV(B) | 166.18º | 0.84% | 0.84% | - |
| XYZ | 31.93 | 50.92 | 47.18 | - |
| YUV | 155.1 | 137.53 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 213 | 172 | 0.84 | 0 | 0.19 | 0.16 | 166.18 | 0.72 | 0.49 |
| Hex | 23 | D5 | AC | 54 | 0 | 13 | 10 | A6 | 48 | 31 |
| Octal | 43 | 325 | 254 | 124 | 0 | 23 | 20 | 246 | 110 | 61 |
| Binary | 100011 | 11010101 | 10101100 | 1010100 | 0 | 10011 | 10000 | 10100110 | 1001000 | 110001 |
Color Harmonies of #23D5AC
Complementary color
Monochromatic Colors of #23D5AC
Black with #23D5AC
Text Example
Text Example
White with #23D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D5AC; }
p { color: rgb(35,213,172); }
H1.HeaderClassName
{
color: #23D5AC;
}
.AnyTagClassName
{
color: #23D5AC;
}
</style>
background-color css
<style>
a { background-color: #23D5AC; }
a { background-color: rgb(35,213,172); }
div.DivClassName
{
background-color: #23D5AC;
}
.BgClassName
{
background-color: #23D5AC;
}
</style>
border-color css
<style>
span { border-color: #23D5AC; }
span { border-color: rgb(35,213,172); }
td.TdClassName
{
border-color: #23D5AC;
}
.TagClassName
{
border-color: #23D5AC;
}
</style>