Shades of Shamrock #34CB9F
Tints of Shamrock #34CB9F
RGB
CMYK
RGB Variations
Color information
#34CB9F (or 0x34CB9F) is known color: Shamrock. HEX triplet: 34, CB and 9F. RGB value is (52,203,159). Sum of RGB (Red+Green+Blue) = 52+203+159=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CB9F is #CB3460. Grayscale: #989898. Windows color (decimal): -13317217 or 10472244. OLE color: 10472244.
HSL color Cylindrical-coordinate representation of color #34CB9F: hue angle of 162.52º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CB9F is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 159 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.20 |
| HSL | 162.52º | 0.59% | 0.5% | - |
| HSV(B) | 162.52º | 0.74% | 0.8% | - |
| XYZ | 29.03 | 45.95 | 40.14 | - |
| YUV | 152.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 159 | 0.74 | 0 | 0.22 | 0.20 | 162.52 | 0.59 | 0.5 |
| Hex | 34 | CB | 9F | 4A | 0 | 16 | 14 | A3 | 3B | 32 |
| Octal | 64 | 313 | 237 | 112 | 0 | 26 | 24 | 243 | 73 | 62 |
| Binary | 110100 | 11001011 | 10011111 | 1001010 | 0 | 10110 | 10100 | 10100011 | 111011 | 110010 |
Color Harmonies of #34CB9F
Complementary color
Monochromatic Colors of #34CB9F
Black with #34CB9F
Text Example
Text Example
White with #34CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB9F; }
p { color: rgb(52,203,159); }
H1.HeaderClassName
{
color: #34CB9F;
}
.AnyTagClassName
{
color: #34CB9F;
}
</style>
background-color css
<style>
a { background-color: #34CB9F; }
a { background-color: rgb(52,203,159); }
div.DivClassName
{
background-color: #34CB9F;
}
.BgClassName
{
background-color: #34CB9F;
}
</style>
border-color css
<style>
span { border-color: #34CB9F; }
span { border-color: rgb(52,203,159); }
td.TdClassName
{
border-color: #34CB9F;
}
.TagClassName
{
border-color: #34CB9F;
}
</style>