Shades of Shamrock #34CBA8
Tints of Shamrock #34CBA8
RGB
CMYK
RGB Variations
Color information
#34CBA8 (or 0x34CBA8) is known color: Shamrock. HEX triplet: 34, CB and A8. RGB value is (52,203,168). Sum of RGB (Red+Green+Blue) = 52+203+168=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CBA8 is #CB3457. Grayscale: #999999. Windows color (decimal): -13317208 or 11062068. OLE color: 11062068.
HSL color Cylindrical-coordinate representation of color #34CBA8: hue angle of 166.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CBA8 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 168 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.20 |
| HSL | 166.09º | 0.59% | 0.5% | - |
| HSV(B) | 166.09º | 0.74% | 0.8% | - |
| XYZ | 29.84 | 46.27 | 44.4 | - |
| YUV | 153.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 168 | 0.74 | 0 | 0.17 | 0.20 | 166.09 | 0.59 | 0.5 |
| Hex | 34 | CB | A8 | 4A | 0 | 11 | 14 | A6 | 3B | 32 |
| Octal | 64 | 313 | 250 | 112 | 0 | 21 | 24 | 246 | 73 | 62 |
| Binary | 110100 | 11001011 | 10101000 | 1001010 | 0 | 10001 | 10100 | 10100110 | 111011 | 110010 |
Color Harmonies of #34CBA8
Complementary color
Monochromatic Colors of #34CBA8
Black with #34CBA8
Text Example
Text Example
White with #34CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBA8; }
p { color: rgb(52,203,168); }
H1.HeaderClassName
{
color: #34CBA8;
}
.AnyTagClassName
{
color: #34CBA8;
}
</style>
background-color css
<style>
a { background-color: #34CBA8; }
a { background-color: rgb(52,203,168); }
div.DivClassName
{
background-color: #34CBA8;
}
.BgClassName
{
background-color: #34CBA8;
}
</style>
border-color css
<style>
span { border-color: #34CBA8; }
span { border-color: rgb(52,203,168); }
td.TdClassName
{
border-color: #34CBA8;
}
.TagClassName
{
border-color: #34CBA8;
}
</style>