Shades of Shamrock #23CBA8
Tints of Shamrock #23CBA8
RGB
CMYK
RGB Variations
Color information
#23CBA8 (or 0x23CBA8) is known color: Shamrock. HEX triplet: 23, CB and A8. RGB value is (35,203,168). Sum of RGB (Red+Green+Blue) = 35+203+168=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #23CBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CBA8 is #DC3457. Grayscale: #949494. Windows color (decimal): -14431320 or 11062051. OLE color: 11062051.
HSL color Cylindrical-coordinate representation of color #23CBA8: hue angle of 167.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CBA8 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 203 | 168 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.20 |
| HSL | 167.5º | 0.71% | 0.47% | - |
| HSV(B) | 167.5º | 0.83% | 0.8% | - |
| XYZ | 29.12 | 45.9 | 44.37 | - |
| YUV | 148.78 | 138.84 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 168 | 0.83 | 0 | 0.17 | 0.20 | 167.5 | 0.71 | 0.47 |
| Hex | 23 | CB | A8 | 53 | 0 | 11 | 14 | A8 | 47 | 2F |
| Octal | 43 | 313 | 250 | 123 | 0 | 21 | 24 | 250 | 107 | 57 |
| Binary | 100011 | 11001011 | 10101000 | 1010011 | 0 | 10001 | 10100 | 10101000 | 1000111 | 101111 |
Color Harmonies of #23CBA8
Complementary color
Monochromatic Colors of #23CBA8
Black with #23CBA8
Text Example
Text Example
White with #23CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CBA8; }
p { color: rgb(35,203,168); }
H1.HeaderClassName
{
color: #23CBA8;
}
.AnyTagClassName
{
color: #23CBA8;
}
</style>
background-color css
<style>
a { background-color: #23CBA8; }
a { background-color: rgb(35,203,168); }
div.DivClassName
{
background-color: #23CBA8;
}
.BgClassName
{
background-color: #23CBA8;
}
</style>
border-color css
<style>
span { border-color: #23CBA8; }
span { border-color: rgb(35,203,168); }
td.TdClassName
{
border-color: #23CBA8;
}
.TagClassName
{
border-color: #23CBA8;
}
</style>