Shades of Shamrock #23CFAB
Tints of Shamrock #23CFAB
RGB
CMYK
RGB Variations
Color information
#23CFAB (or 0x23CFAB) is known color: Shamrock. HEX triplet: 23, CF and AB. RGB value is (35,207,171). Sum of RGB (Red+Green+Blue) = 35+207+171=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #23CFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CFAB is #DC3054. Grayscale: #979797. Windows color (decimal): -14430293 or 11259683. OLE color: 11259683.
HSL color Cylindrical-coordinate representation of color #23CFAB: hue angle of 167.44º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CFAB is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 171 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.19 |
| HSL | 167.44º | 0.71% | 0.47% | - |
| HSV(B) | 167.44º | 0.83% | 0.81% | - |
| XYZ | 30.36 | 47.92 | 46.18 | - |
| YUV | 151.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 171 | 0.83 | 0 | 0.17 | 0.19 | 167.44 | 0.71 | 0.47 |
| Hex | 23 | CF | AB | 53 | 0 | 11 | 13 | A7 | 47 | 2F |
| Octal | 43 | 317 | 253 | 123 | 0 | 21 | 23 | 247 | 107 | 57 |
| Binary | 100011 | 11001111 | 10101011 | 1010011 | 0 | 10001 | 10011 | 10100111 | 1000111 | 101111 |
Color Harmonies of #23CFAB
Complementary color
Monochromatic Colors of #23CFAB
Black with #23CFAB
Text Example
Text Example
White with #23CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFAB; }
p { color: rgb(35,207,171); }
H1.HeaderClassName
{
color: #23CFAB;
}
.AnyTagClassName
{
color: #23CFAB;
}
</style>
background-color css
<style>
a { background-color: #23CFAB; }
a { background-color: rgb(35,207,171); }
div.DivClassName
{
background-color: #23CFAB;
}
.BgClassName
{
background-color: #23CFAB;
}
</style>
border-color css
<style>
span { border-color: #23CFAB; }
span { border-color: rgb(35,207,171); }
td.TdClassName
{
border-color: #23CFAB;
}
.TagClassName
{
border-color: #23CFAB;
}
</style>