Shades of Shamrock #34FEAB
Tints of Shamrock #34FEAB
RGB
CMYK
RGB Variations
Color information
#34FEAB (or 0x34FEAB) is known color: Shamrock. HEX triplet: 34, FE and AB. RGB value is (52,254,171). Sum of RGB (Red+Green+Blue) = 52+254+171=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FEAB is #CB0154. Grayscale: #B8B8B8. Windows color (decimal): -13304149 or 11271732. OLE color: 11271732.
HSL color Cylindrical-coordinate representation of color #34FEAB: hue angle of 155.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEAB is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 171 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.00 |
| HSL | 155.35º | 0.99% | 0.6% | - |
| HSV(B) | 155.35º | 0.8% | 1% | - |
| XYZ | 44.21 | 74.55 | 50.59 | - |
| YUV | 184.14 | 120.58 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 171 | 0.80 | 0 | 0.33 | 0.00 | 155.35 | 0.99 | 0.6 |
| Hex | 34 | FE | AB | 50 | 0 | 21 | 0 | 9B | 63 | 3C |
| Octal | 64 | 376 | 253 | 120 | 0 | 41 | 0 | 233 | 143 | 74 |
| Binary | 110100 | 11111110 | 10101011 | 1010000 | 0 | 100001 | 0 | 10011011 | 1100011 | 111100 |
Color Harmonies of #34FEAB
Complementary color
Monochromatic Colors of #34FEAB
Black with #34FEAB
Text Example
Text Example
White with #34FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEAB; }
p { color: rgb(52,254,171); }
H1.HeaderClassName
{
color: #34FEAB;
}
.AnyTagClassName
{
color: #34FEAB;
}
</style>
background-color css
<style>
a { background-color: #34FEAB; }
a { background-color: rgb(52,254,171); }
div.DivClassName
{
background-color: #34FEAB;
}
.BgClassName
{
background-color: #34FEAB;
}
</style>
border-color css
<style>
span { border-color: #34FEAB; }
span { border-color: rgb(52,254,171); }
td.TdClassName
{
border-color: #34FEAB;
}
.TagClassName
{
border-color: #34FEAB;
}
</style>