Shades of Shamrock #34CAA4
Tints of Shamrock #34CAA4
RGB
CMYK
RGB Variations
Color information
#34CAA4 (or 0x34CAA4) is known color: Shamrock. HEX triplet: 34, CA and A4. RGB value is (52,202,164). Sum of RGB (Red+Green+Blue) = 52+202+164=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CAA4 is #CB355B. Grayscale: #989898. Windows color (decimal): -13317468 or 10799668. OLE color: 10799668.
HSL color Cylindrical-coordinate representation of color #34CAA4: hue angle of 164.8º 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 #34CAA4 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 164 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.21 |
| HSL | 164.8º | 0.59% | 0.5% | - |
| HSV(B) | 164.8º | 0.74% | 0.79% | - |
| XYZ | 29.24 | 45.65 | 42.39 | - |
| YUV | 152.82 | 134.31 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 164 | 0.74 | 0 | 0.19 | 0.21 | 164.8 | 0.59 | 0.5 |
| Hex | 34 | CA | A4 | 4A | 0 | 13 | 15 | A5 | 3B | 32 |
| Octal | 64 | 312 | 244 | 112 | 0 | 23 | 25 | 245 | 73 | 62 |
| Binary | 110100 | 11001010 | 10100100 | 1001010 | 0 | 10011 | 10101 | 10100101 | 111011 | 110010 |
Color Harmonies of #34CAA4
Complementary color
Monochromatic Colors of #34CAA4
Black with #34CAA4
Text Example
Text Example
White with #34CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAA4; }
p { color: rgb(52,202,164); }
H1.HeaderClassName
{
color: #34CAA4;
}
.AnyTagClassName
{
color: #34CAA4;
}
</style>
background-color css
<style>
a { background-color: #34CAA4; }
a { background-color: rgb(52,202,164); }
div.DivClassName
{
background-color: #34CAA4;
}
.BgClassName
{
background-color: #34CAA4;
}
</style>
border-color css
<style>
span { border-color: #34CAA4; }
span { border-color: rgb(52,202,164); }
td.TdClassName
{
border-color: #34CAA4;
}
.TagClassName
{
border-color: #34CAA4;
}
</style>