Shades of Shamrock #34CA9B
Tints of Shamrock #34CA9B
RGB
CMYK
RGB Variations
Color information
#34CA9B (or 0x34CA9B) is known color: Shamrock. HEX triplet: 34, CA and 9B. RGB value is (52,202,155). Sum of RGB (Red+Green+Blue) = 52+202+155=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA9B is #CB3564. Grayscale: #979797. Windows color (decimal): -13317477 or 10209844. OLE color: 10209844.
HSL color Cylindrical-coordinate representation of color #34CA9B: hue angle of 161.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 #34CA9B is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 155 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.21 |
| HSL | 161.2º | 0.59% | 0.5% | - |
| HSV(B) | 161.2º | 0.74% | 0.79% | - |
| XYZ | 28.45 | 45.34 | 38.26 | - |
| YUV | 151.79 | 129.81 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 155 | 0.74 | 0 | 0.23 | 0.21 | 161.2 | 0.59 | 0.5 |
| Hex | 34 | CA | 9B | 4A | 0 | 17 | 15 | A1 | 3B | 32 |
| Octal | 64 | 312 | 233 | 112 | 0 | 27 | 25 | 241 | 73 | 62 |
| Binary | 110100 | 11001010 | 10011011 | 1001010 | 0 | 10111 | 10101 | 10100001 | 111011 | 110010 |
Color Harmonies of #34CA9B
Complementary color
Monochromatic Colors of #34CA9B
Black with #34CA9B
Text Example
Text Example
White with #34CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA9B; }
p { color: rgb(52,202,155); }
H1.HeaderClassName
{
color: #34CA9B;
}
.AnyTagClassName
{
color: #34CA9B;
}
</style>
background-color css
<style>
a { background-color: #34CA9B; }
a { background-color: rgb(52,202,155); }
div.DivClassName
{
background-color: #34CA9B;
}
.BgClassName
{
background-color: #34CA9B;
}
</style>
border-color css
<style>
span { border-color: #34CA9B; }
span { border-color: rgb(52,202,155); }
td.TdClassName
{
border-color: #34CA9B;
}
.TagClassName
{
border-color: #34CA9B;
}
</style>