Shades of Shamrock #34E6B0
Tints of Shamrock #34E6B0
RGB
CMYK
RGB Variations
Color information
#34E6B0 (or 0x34E6B0) is known color: Shamrock. HEX triplet: 34, E6 and B0. RGB value is (52,230,176). Sum of RGB (Red+Green+Blue) = 52+230+176=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34E6B0 is #CB194F. Grayscale: #AAAAAA. Windows color (decimal): -13310288 or 11593268. OLE color: 11593268.
HSL color Cylindrical-coordinate representation of color #34E6B0: hue angle of 161.8º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E6B0 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 176 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.10 |
| HSL | 161.8º | 0.78% | 0.55% | - |
| HSV(B) | 161.8º | 0.77% | 0.9% | - |
| XYZ | 37.55 | 60.46 | 50.76 | - |
| YUV | 170.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 176 | 0.77 | 0 | 0.23 | 0.10 | 161.8 | 0.78 | 0.55 |
| Hex | 34 | E6 | B0 | 4D | 0 | 17 | A | A2 | 4E | 37 |
| Octal | 64 | 346 | 260 | 115 | 0 | 27 | 12 | 242 | 116 | 67 |
| Binary | 110100 | 11100110 | 10110000 | 1001101 | 0 | 10111 | 1010 | 10100010 | 1001110 | 110111 |
Color Harmonies of #34E6B0
Complementary color
Monochromatic Colors of #34E6B0
Black with #34E6B0
Text Example
Text Example
White with #34E6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E6B0; }
p { color: rgb(52,230,176); }
H1.HeaderClassName
{
color: #34E6B0;
}
.AnyTagClassName
{
color: #34E6B0;
}
</style>
background-color css
<style>
a { background-color: #34E6B0; }
a { background-color: rgb(52,230,176); }
div.DivClassName
{
background-color: #34E6B0;
}
.BgClassName
{
background-color: #34E6B0;
}
</style>
border-color css
<style>
span { border-color: #34E6B0; }
span { border-color: rgb(52,230,176); }
td.TdClassName
{
border-color: #34E6B0;
}
.TagClassName
{
border-color: #34E6B0;
}
</style>