Shades of Shamrock #34CA8C
Tints of Shamrock #34CA8C
RGB
CMYK
RGB Variations
Color information
#34CA8C (or 0x34CA8C) is known color: Shamrock. HEX triplet: 34, CA and 8C. RGB value is (52,202,140). Sum of RGB (Red+Green+Blue) = 52+202+140=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA8C is #CB3573. Grayscale: #969696. Windows color (decimal): -13317492 or 9226804. OLE color: 9226804.
HSL color Cylindrical-coordinate representation of color #34CA8C: hue angle of 155.2º 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 #34CA8C is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 140 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.21 |
| HSL | 155.2º | 0.59% | 0.5% | - |
| HSV(B) | 155.2º | 0.74% | 0.79% | - |
| XYZ | 27.27 | 44.86 | 32.03 | - |
| YUV | 150.08 | 122.31 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 140 | 0.74 | 0 | 0.31 | 0.21 | 155.2 | 0.59 | 0.5 |
| Hex | 34 | CA | 8C | 4A | 0 | 1F | 15 | 9B | 3B | 32 |
| Octal | 64 | 312 | 214 | 112 | 0 | 37 | 25 | 233 | 73 | 62 |
| Binary | 110100 | 11001010 | 10001100 | 1001010 | 0 | 11111 | 10101 | 10011011 | 111011 | 110010 |
Color Harmonies of #34CA8C
Complementary color
Monochromatic Colors of #34CA8C
Black with #34CA8C
Text Example
Text Example
White with #34CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA8C; }
p { color: rgb(52,202,140); }
H1.HeaderClassName
{
color: #34CA8C;
}
.AnyTagClassName
{
color: #34CA8C;
}
</style>
background-color css
<style>
a { background-color: #34CA8C; }
a { background-color: rgb(52,202,140); }
div.DivClassName
{
background-color: #34CA8C;
}
.BgClassName
{
background-color: #34CA8C;
}
</style>
border-color css
<style>
span { border-color: #34CA8C; }
span { border-color: rgb(52,202,140); }
td.TdClassName
{
border-color: #34CA8C;
}
.TagClassName
{
border-color: #34CA8C;
}
</style>