Shades of Shamrock #34BD9F
Tints of Shamrock #34BD9F
RGB
CMYK
RGB Variations
Color information
#34BD9F (or 0x34BD9F) is known color: Shamrock. HEX triplet: 34, BD and 9F. RGB value is (52,189,159). Sum of RGB (Red+Green+Blue) = 52+189+159=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BD9F is #CB4260. Grayscale: #909090. Windows color (decimal): -13320801 or 10468660. OLE color: 10468660.
HSL color Cylindrical-coordinate representation of color #34BD9F: hue angle of 166.86º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD9F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 159 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.26 |
| HSL | 166.86º | 0.57% | 0.47% | - |
| HSV(B) | 166.86º | 0.72% | 0.74% | - |
| XYZ | 25.87 | 39.63 | 39.09 | - |
| YUV | 144.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 159 | 0.72 | 0 | 0.16 | 0.26 | 166.86 | 0.57 | 0.47 |
| Hex | 34 | BD | 9F | 48 | 0 | 10 | 1A | A7 | 39 | 2F |
| Octal | 64 | 275 | 237 | 110 | 0 | 20 | 32 | 247 | 71 | 57 |
| Binary | 110100 | 10111101 | 10011111 | 1001000 | 0 | 10000 | 11010 | 10100111 | 111001 | 101111 |
Color Harmonies of #34BD9F
Complementary color
Monochromatic Colors of #34BD9F
Black with #34BD9F
Text Example
Text Example
White with #34BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD9F; }
p { color: rgb(52,189,159); }
H1.HeaderClassName
{
color: #34BD9F;
}
.AnyTagClassName
{
color: #34BD9F;
}
</style>
background-color css
<style>
a { background-color: #34BD9F; }
a { background-color: rgb(52,189,159); }
div.DivClassName
{
background-color: #34BD9F;
}
.BgClassName
{
background-color: #34BD9F;
}
</style>
border-color css
<style>
span { border-color: #34BD9F; }
span { border-color: rgb(52,189,159); }
td.TdClassName
{
border-color: #34BD9F;
}
.TagClassName
{
border-color: #34BD9F;
}
</style>