Shades of Shamrock #34CDB1
Tints of Shamrock #34CDB1
RGB
CMYK
RGB Variations
Color information
#34CDB1 (or 0x34CDB1) is known color: Shamrock. HEX triplet: 34, CD and B1. RGB value is (52,205,177). Sum of RGB (Red+Green+Blue) = 52+205+177=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CDB1 is #CB324E. Grayscale: #9C9C9C. Windows color (decimal): -13316687 or 11652404. OLE color: 11652404.
HSL color Cylindrical-coordinate representation of color #34CDB1: hue angle of 169.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CDB1 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 177 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.20 |
| HSL | 169.02º | 0.6% | 0.5% | - |
| HSV(B) | 169.02º | 0.75% | 0.8% | - |
| XYZ | 31.18 | 47.57 | 49.13 | - |
| YUV | 156.06 | 139.81 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 177 | 0.75 | 0 | 0.14 | 0.20 | 169.02 | 0.6 | 0.5 |
| Hex | 34 | CD | B1 | 4B | 0 | E | 14 | A9 | 3C | 32 |
| Octal | 64 | 315 | 261 | 113 | 0 | 16 | 24 | 251 | 74 | 62 |
| Binary | 110100 | 11001101 | 10110001 | 1001011 | 0 | 1110 | 10100 | 10101001 | 111100 | 110010 |
Color Harmonies of #34CDB1
Complementary color
Monochromatic Colors of #34CDB1
Black with #34CDB1
Text Example
Text Example
White with #34CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDB1; }
p { color: rgb(52,205,177); }
H1.HeaderClassName
{
color: #34CDB1;
}
.AnyTagClassName
{
color: #34CDB1;
}
</style>
background-color css
<style>
a { background-color: #34CDB1; }
a { background-color: rgb(52,205,177); }
div.DivClassName
{
background-color: #34CDB1;
}
.BgClassName
{
background-color: #34CDB1;
}
</style>
border-color css
<style>
span { border-color: #34CDB1; }
span { border-color: rgb(52,205,177); }
td.TdClassName
{
border-color: #34CDB1;
}
.TagClassName
{
border-color: #34CDB1;
}
</style>