Shades of Shamrock #34CBA4
Tints of Shamrock #34CBA4
RGB
CMYK
RGB Variations
Color information
#34CBA4 (or 0x34CBA4) is known color: Shamrock. HEX triplet: 34, CB and A4. RGB value is (52,203,164). Sum of RGB (Red+Green+Blue) = 52+203+164=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CBA4 is #CB345B. Grayscale: #999999. Windows color (decimal): -13317212 or 10799924. OLE color: 10799924.
HSL color Cylindrical-coordinate representation of color #34CBA4: hue angle of 164.5º 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 #34CBA4 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 164 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.20 |
| HSL | 164.5º | 0.59% | 0.5% | - |
| HSV(B) | 164.5º | 0.74% | 0.8% | - |
| XYZ | 29.47 | 46.12 | 42.47 | - |
| YUV | 153.41 | 133.97 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 164 | 0.74 | 0 | 0.19 | 0.20 | 164.5 | 0.59 | 0.5 |
| Hex | 34 | CB | A4 | 4A | 0 | 13 | 14 | A5 | 3B | 32 |
| Octal | 64 | 313 | 244 | 112 | 0 | 23 | 24 | 245 | 73 | 62 |
| Binary | 110100 | 11001011 | 10100100 | 1001010 | 0 | 10011 | 10100 | 10100101 | 111011 | 110010 |
Color Harmonies of #34CBA4
Complementary color
Monochromatic Colors of #34CBA4
Black with #34CBA4
Text Example
Text Example
White with #34CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBA4; }
p { color: rgb(52,203,164); }
H1.HeaderClassName
{
color: #34CBA4;
}
.AnyTagClassName
{
color: #34CBA4;
}
</style>
background-color css
<style>
a { background-color: #34CBA4; }
a { background-color: rgb(52,203,164); }
div.DivClassName
{
background-color: #34CBA4;
}
.BgClassName
{
background-color: #34CBA4;
}
</style>
border-color css
<style>
span { border-color: #34CBA4; }
span { border-color: rgb(52,203,164); }
td.TdClassName
{
border-color: #34CBA4;
}
.TagClassName
{
border-color: #34CBA4;
}
</style>