Shades of Shamrock #34C89F
Tints of Shamrock #34C89F
RGB
CMYK
RGB Variations
Color information
#34C89F (or 0x34C89F) is known color: Shamrock. HEX triplet: 34, C8 and 9F. RGB value is (52,200,159). Sum of RGB (Red+Green+Blue) = 52+200+159=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #34C89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C89F is #CB3760. Grayscale: #979797. Windows color (decimal): -13317985 or 10471476. OLE color: 10471476.
HSL color Cylindrical-coordinate representation of color #34C89F: hue angle of 163.38º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C89F is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 159 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.22 |
| HSL | 163.38º | 0.59% | 0.49% | - |
| HSV(B) | 163.38º | 0.74% | 0.78% | - |
| XYZ | 28.33 | 44.54 | 39.91 | - |
| YUV | 151.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 159 | 0.74 | 0 | 0.20 | 0.22 | 163.38 | 0.59 | 0.49 |
| Hex | 34 | C8 | 9F | 4A | 0 | 14 | 16 | A3 | 3B | 31 |
| Octal | 64 | 310 | 237 | 112 | 0 | 24 | 26 | 243 | 73 | 61 |
| Binary | 110100 | 11001000 | 10011111 | 1001010 | 0 | 10100 | 10110 | 10100011 | 111011 | 110001 |
Color Harmonies of #34C89F
Complementary color
Monochromatic Colors of #34C89F
Black with #34C89F
Text Example
Text Example
White with #34C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C89F; }
p { color: rgb(52,200,159); }
H1.HeaderClassName
{
color: #34C89F;
}
.AnyTagClassName
{
color: #34C89F;
}
</style>
background-color css
<style>
a { background-color: #34C89F; }
a { background-color: rgb(52,200,159); }
div.DivClassName
{
background-color: #34C89F;
}
.BgClassName
{
background-color: #34C89F;
}
</style>
border-color css
<style>
span { border-color: #34C89F; }
span { border-color: rgb(52,200,159); }
td.TdClassName
{
border-color: #34C89F;
}
.TagClassName
{
border-color: #34C89F;
}
</style>