Shades of Shamrock #34CAB0
Tints of Shamrock #34CAB0
RGB
CMYK
RGB Variations
Color information
#34CAB0 (or 0x34CAB0) is known color: Shamrock. HEX triplet: 34, CA and B0. RGB value is (52,202,176). Sum of RGB (Red+Green+Blue) = 52+202+176=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CAB0 is #CB354F. Grayscale: #9A9A9A. Windows color (decimal): -13317456 or 11586100. OLE color: 11586100.
HSL color Cylindrical-coordinate representation of color #34CAB0: hue angle of 169.6º 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 #34CAB0 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 176 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.21 |
| HSL | 169.6º | 0.59% | 0.5% | - |
| HSV(B) | 169.6º | 0.74% | 0.79% | - |
| XYZ | 30.37 | 46.11 | 48.37 | - |
| YUV | 154.19 | 140.31 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 176 | 0.74 | 0 | 0.13 | 0.21 | 169.6 | 0.59 | 0.5 |
| Hex | 34 | CA | B0 | 4A | 0 | D | 15 | AA | 3B | 32 |
| Octal | 64 | 312 | 260 | 112 | 0 | 15 | 25 | 252 | 73 | 62 |
| Binary | 110100 | 11001010 | 10110000 | 1001010 | 0 | 1101 | 10101 | 10101010 | 111011 | 110010 |
Color Harmonies of #34CAB0
Complementary color
Monochromatic Colors of #34CAB0
Black with #34CAB0
Text Example
Text Example
White with #34CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAB0; }
p { color: rgb(52,202,176); }
H1.HeaderClassName
{
color: #34CAB0;
}
.AnyTagClassName
{
color: #34CAB0;
}
</style>
background-color css
<style>
a { background-color: #34CAB0; }
a { background-color: rgb(52,202,176); }
div.DivClassName
{
background-color: #34CAB0;
}
.BgClassName
{
background-color: #34CAB0;
}
</style>
border-color css
<style>
span { border-color: #34CAB0; }
span { border-color: rgb(52,202,176); }
td.TdClassName
{
border-color: #34CAB0;
}
.TagClassName
{
border-color: #34CAB0;
}
</style>