Shades of Shamrock #34CAB2
Tints of Shamrock #34CAB2
RGB
CMYK
RGB Variations
Color information
#34CAB2 (or 0x34CAB2) is known color: Shamrock. HEX triplet: 34, CA and B2. RGB value is (52,202,178). Sum of RGB (Red+Green+Blue) = 52+202+178=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CAB2 is #CB354D. Grayscale: #9A9A9A. Windows color (decimal): -13317454 or 11717172. OLE color: 11717172.
HSL color Cylindrical-coordinate representation of color #34CAB2: hue angle of 170.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CAB2 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 178 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.21 |
| HSL | 170.4º | 0.59% | 0.5% | - |
| HSV(B) | 170.4º | 0.74% | 0.79% | - |
| XYZ | 30.57 | 46.19 | 49.42 | - |
| YUV | 154.41 | 141.31 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 178 | 0.74 | 0 | 0.12 | 0.21 | 170.4 | 0.59 | 0.5 |
| Hex | 34 | CA | B2 | 4A | 0 | C | 15 | AA | 3B | 32 |
| Octal | 64 | 312 | 262 | 112 | 0 | 14 | 25 | 252 | 73 | 62 |
| Binary | 110100 | 11001010 | 10110010 | 1001010 | 0 | 1100 | 10101 | 10101010 | 111011 | 110010 |
Color Harmonies of #34CAB2
Complementary color
Monochromatic Colors of #34CAB2
Black with #34CAB2
Text Example
Text Example
White with #34CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAB2; }
p { color: rgb(52,202,178); }
H1.HeaderClassName
{
color: #34CAB2;
}
.AnyTagClassName
{
color: #34CAB2;
}
</style>
background-color css
<style>
a { background-color: #34CAB2; }
a { background-color: rgb(52,202,178); }
div.DivClassName
{
background-color: #34CAB2;
}
.BgClassName
{
background-color: #34CAB2;
}
</style>
border-color css
<style>
span { border-color: #34CAB2; }
span { border-color: rgb(52,202,178); }
td.TdClassName
{
border-color: #34CAB2;
}
.TagClassName
{
border-color: #34CAB2;
}
</style>