Shades of Shamrock #34CE8B
Tints of Shamrock #34CE8B
RGB
CMYK
RGB Variations
Color information
#34CE8B (or 0x34CE8B) is known color: Shamrock. HEX triplet: 34, CE and 8B. RGB value is (52,206,139). Sum of RGB (Red+Green+Blue) = 52+206+139=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CE8B is #CB3174. Grayscale: #989898. Windows color (decimal): -13316469 or 9162292. OLE color: 9162292.
HSL color Cylindrical-coordinate representation of color #34CE8B: hue angle of 153.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CE8B is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 139 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.19 |
| HSL | 153.9º | 0.61% | 0.51% | - |
| HSV(B) | 153.9º | 0.75% | 0.81% | - |
| XYZ | 28.15 | 46.74 | 31.96 | - |
| YUV | 152.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 139 | 0.75 | 0 | 0.33 | 0.19 | 153.9 | 0.61 | 0.51 |
| Hex | 34 | CE | 8B | 4B | 0 | 21 | 13 | 9A | 3D | 33 |
| Octal | 64 | 316 | 213 | 113 | 0 | 41 | 23 | 232 | 75 | 63 |
| Binary | 110100 | 11001110 | 10001011 | 1001011 | 0 | 100001 | 10011 | 10011010 | 111101 | 110011 |
Color Harmonies of #34CE8B
Complementary color
Monochromatic Colors of #34CE8B
Black with #34CE8B
Text Example
Text Example
White with #34CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE8B; }
p { color: rgb(52,206,139); }
H1.HeaderClassName
{
color: #34CE8B;
}
.AnyTagClassName
{
color: #34CE8B;
}
</style>
background-color css
<style>
a { background-color: #34CE8B; }
a { background-color: rgb(52,206,139); }
div.DivClassName
{
background-color: #34CE8B;
}
.BgClassName
{
background-color: #34CE8B;
}
</style>
border-color css
<style>
span { border-color: #34CE8B; }
span { border-color: rgb(52,206,139); }
td.TdClassName
{
border-color: #34CE8B;
}
.TagClassName
{
border-color: #34CE8B;
}
</style>