Shades of Shamrock #34CA9F
Tints of Shamrock #34CA9F
RGB
CMYK
RGB Variations
Color information
#34CA9F (or 0x34CA9F) is known color: Shamrock. HEX triplet: 34, CA and 9F. RGB value is (52,202,159). Sum of RGB (Red+Green+Blue) = 52+202+159=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CA9F is #CB3560. Grayscale: #989898. Windows color (decimal): -13317473 or 10471988. OLE color: 10471988.
HSL color Cylindrical-coordinate representation of color #34CA9F: hue angle of 162.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 #34CA9F is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 159 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.21 |
| HSL | 162.8º | 0.59% | 0.5% | - |
| HSV(B) | 162.8º | 0.74% | 0.79% | - |
| XYZ | 28.79 | 45.47 | 40.06 | - |
| YUV | 152.25 | 131.81 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 159 | 0.74 | 0 | 0.21 | 0.21 | 162.8 | 0.59 | 0.5 |
| Hex | 34 | CA | 9F | 4A | 0 | 15 | 15 | A3 | 3B | 32 |
| Octal | 64 | 312 | 237 | 112 | 0 | 25 | 25 | 243 | 73 | 62 |
| Binary | 110100 | 11001010 | 10011111 | 1001010 | 0 | 10101 | 10101 | 10100011 | 111011 | 110010 |
Color Harmonies of #34CA9F
Complementary color
Monochromatic Colors of #34CA9F
Black with #34CA9F
Text Example
Text Example
White with #34CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA9F; }
p { color: rgb(52,202,159); }
H1.HeaderClassName
{
color: #34CA9F;
}
.AnyTagClassName
{
color: #34CA9F;
}
</style>
background-color css
<style>
a { background-color: #34CA9F; }
a { background-color: rgb(52,202,159); }
div.DivClassName
{
background-color: #34CA9F;
}
.BgClassName
{
background-color: #34CA9F;
}
</style>
border-color css
<style>
span { border-color: #34CA9F; }
span { border-color: rgb(52,202,159); }
td.TdClassName
{
border-color: #34CA9F;
}
.TagClassName
{
border-color: #34CA9F;
}
</style>