Shades of Shamrock #34CA8A
Tints of Shamrock #34CA8A
RGB
CMYK
RGB Variations
Color information
#34CA8A (or 0x34CA8A) is known color: Shamrock. HEX triplet: 34, CA and 8A. RGB value is (52,202,138). Sum of RGB (Red+Green+Blue) = 52+202+138=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA8A is #CB3575. Grayscale: #959595. Windows color (decimal): -13317494 or 9095732. OLE color: 9095732.
HSL color Cylindrical-coordinate representation of color #34CA8A: hue angle of 154.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 #34CA8A is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 138 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.21 |
| HSL | 154.4º | 0.59% | 0.5% | - |
| HSV(B) | 154.4º | 0.74% | 0.79% | - |
| XYZ | 27.12 | 44.81 | 31.26 | - |
| YUV | 149.85 | 121.31 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 138 | 0.74 | 0 | 0.32 | 0.21 | 154.4 | 0.59 | 0.5 |
| Hex | 34 | CA | 8A | 4A | 0 | 20 | 15 | 9A | 3B | 32 |
| Octal | 64 | 312 | 212 | 112 | 0 | 40 | 25 | 232 | 73 | 62 |
| Binary | 110100 | 11001010 | 10001010 | 1001010 | 0 | 100000 | 10101 | 10011010 | 111011 | 110010 |
Color Harmonies of #34CA8A
Complementary color
Monochromatic Colors of #34CA8A
Black with #34CA8A
Text Example
Text Example
White with #34CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA8A; }
p { color: rgb(52,202,138); }
H1.HeaderClassName
{
color: #34CA8A;
}
.AnyTagClassName
{
color: #34CA8A;
}
</style>
background-color css
<style>
a { background-color: #34CA8A; }
a { background-color: rgb(52,202,138); }
div.DivClassName
{
background-color: #34CA8A;
}
.BgClassName
{
background-color: #34CA8A;
}
</style>
border-color css
<style>
span { border-color: #34CA8A; }
span { border-color: rgb(52,202,138); }
td.TdClassName
{
border-color: #34CA8A;
}
.TagClassName
{
border-color: #34CA8A;
}
</style>