Shades of Shamrock #34EEA5
Tints of Shamrock #34EEA5
RGB
CMYK
RGB Variations
Color information
#34EEA5 (or 0x34EEA5) is known color: Shamrock. HEX triplet: 34, EE and A5. RGB value is (52,238,165). Sum of RGB (Red+Green+Blue) = 52+238+165=455 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.43% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EEA5 is #CB115A. Grayscale: #AEAEAE. Windows color (decimal): -13308251 or 10874420. OLE color: 10874420.
HSL color Cylindrical-coordinate representation of color #34EEA5: hue angle of 156.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EEA5 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 165 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.07 |
| HSL | 156.45º | 0.85% | 0.57% | - |
| HSV(B) | 156.45º | 0.78% | 0.93% | - |
| XYZ | 38.78 | 64.6 | 46.02 | - |
| YUV | 174.06 | 122.88 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 165 | 0.78 | 0 | 0.31 | 0.07 | 156.45 | 0.85 | 0.57 |
| Hex | 34 | EE | A5 | 4E | 0 | 1F | 7 | 9C | 55 | 39 |
| Octal | 64 | 356 | 245 | 116 | 0 | 37 | 7 | 234 | 125 | 71 |
| Binary | 110100 | 11101110 | 10100101 | 1001110 | 0 | 11111 | 111 | 10011100 | 1010101 | 111001 |
Color Harmonies of #34EEA5
Complementary color
Monochromatic Colors of #34EEA5
Black with #34EEA5
Text Example
Text Example
White with #34EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEA5; }
p { color: rgb(52,238,165); }
H1.HeaderClassName
{
color: #34EEA5;
}
.AnyTagClassName
{
color: #34EEA5;
}
</style>
background-color css
<style>
a { background-color: #34EEA5; }
a { background-color: rgb(52,238,165); }
div.DivClassName
{
background-color: #34EEA5;
}
.BgClassName
{
background-color: #34EEA5;
}
</style>
border-color css
<style>
span { border-color: #34EEA5; }
span { border-color: rgb(52,238,165); }
td.TdClassName
{
border-color: #34EEA5;
}
.TagClassName
{
border-color: #34EEA5;
}
</style>