Shades of Shamrock #34CBA2
Tints of Shamrock #34CBA2
RGB
CMYK
RGB Variations
Color information
#34CBA2 (or 0x34CBA2) is known color: Shamrock. HEX triplet: 34, CB and A2. RGB value is (52,203,162). Sum of RGB (Red+Green+Blue) = 52+203+162=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CBA2 is #CB345D. Grayscale: #999999. Windows color (decimal): -13317214 or 10668852. OLE color: 10668852.
HSL color Cylindrical-coordinate representation of color #34CBA2: hue angle of 163.71º 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 #34CBA2 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 162 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.20 |
| HSL | 163.71º | 0.59% | 0.5% | - |
| HSV(B) | 163.71º | 0.74% | 0.8% | - |
| XYZ | 29.29 | 46.05 | 41.53 | - |
| YUV | 153.18 | 132.97 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 162 | 0.74 | 0 | 0.20 | 0.20 | 163.71 | 0.59 | 0.5 |
| Hex | 34 | CB | A2 | 4A | 0 | 14 | 14 | A4 | 3B | 32 |
| Octal | 64 | 313 | 242 | 112 | 0 | 24 | 24 | 244 | 73 | 62 |
| Binary | 110100 | 11001011 | 10100010 | 1001010 | 0 | 10100 | 10100 | 10100100 | 111011 | 110010 |
Color Harmonies of #34CBA2
Complementary color
Monochromatic Colors of #34CBA2
Black with #34CBA2
Text Example
Text Example
White with #34CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBA2; }
p { color: rgb(52,203,162); }
H1.HeaderClassName
{
color: #34CBA2;
}
.AnyTagClassName
{
color: #34CBA2;
}
</style>
background-color css
<style>
a { background-color: #34CBA2; }
a { background-color: rgb(52,203,162); }
div.DivClassName
{
background-color: #34CBA2;
}
.BgClassName
{
background-color: #34CBA2;
}
</style>
border-color css
<style>
span { border-color: #34CBA2; }
span { border-color: rgb(52,203,162); }
td.TdClassName
{
border-color: #34CBA2;
}
.TagClassName
{
border-color: #34CBA2;
}
</style>