Shades of Shamrock #34DFB1
Tints of Shamrock #34DFB1
RGB
CMYK
RGB Variations
Color information
#34DFB1 (or 0x34DFB1) is known color: Shamrock. HEX triplet: 34, DF and B1. RGB value is (52,223,177). Sum of RGB (Red+Green+Blue) = 52+223+177=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DFB1 is #CB204E. Grayscale: #A6A6A6. Windows color (decimal): -13312079 or 11657012. OLE color: 11657012.
HSL color Cylindrical-coordinate representation of color #34DFB1: hue angle of 163.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DFB1 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 177 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.13 |
| HSL | 163.86º | 0.73% | 0.54% | - |
| HSV(B) | 163.86º | 0.77% | 0.87% | - |
| XYZ | 35.74 | 56.68 | 50.65 | - |
| YUV | 166.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 177 | 0.77 | 0 | 0.21 | 0.13 | 163.86 | 0.73 | 0.54 |
| Hex | 34 | DF | B1 | 4D | 0 | 15 | D | A4 | 49 | 36 |
| Octal | 64 | 337 | 261 | 115 | 0 | 25 | 15 | 244 | 111 | 66 |
| Binary | 110100 | 11011111 | 10110001 | 1001101 | 0 | 10101 | 1101 | 10100100 | 1001001 | 110110 |
Color Harmonies of #34DFB1
Complementary color
Monochromatic Colors of #34DFB1
Black with #34DFB1
Text Example
Text Example
White with #34DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFB1; }
p { color: rgb(52,223,177); }
H1.HeaderClassName
{
color: #34DFB1;
}
.AnyTagClassName
{
color: #34DFB1;
}
</style>
background-color css
<style>
a { background-color: #34DFB1; }
a { background-color: rgb(52,223,177); }
div.DivClassName
{
background-color: #34DFB1;
}
.BgClassName
{
background-color: #34DFB1;
}
</style>
border-color css
<style>
span { border-color: #34DFB1; }
span { border-color: rgb(52,223,177); }
td.TdClassName
{
border-color: #34DFB1;
}
.TagClassName
{
border-color: #34DFB1;
}
</style>