Shades of Shamrock #34FBA9
Tints of Shamrock #34FBA9
RGB
CMYK
RGB Variations
Color information
#34FBA9 (or 0x34FBA9) is known color: Shamrock. HEX triplet: 34, FB and A9. RGB value is (52,251,169). Sum of RGB (Red+Green+Blue) = 52+251+169=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #34FBA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FBA9 is #CB0456. Grayscale: #B6B6B6. Windows color (decimal): -13304919 or 11139892. OLE color: 11139892.
HSL color Cylindrical-coordinate representation of color #34FBA9: hue angle of 155.28º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FBA9 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 251 | 169 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.02 |
| HSL | 155.28º | 0.96% | 0.59% | - |
| HSV(B) | 155.28º | 0.79% | 0.98% | - |
| XYZ | 43.07 | 72.59 | 49.28 | - |
| YUV | 182.15 | 120.57 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 169 | 0.79 | 0 | 0.33 | 0.02 | 155.28 | 0.96 | 0.59 |
| Hex | 34 | FB | A9 | 4F | 0 | 21 | 2 | 9B | 60 | 3B |
| Octal | 64 | 373 | 251 | 117 | 0 | 41 | 2 | 233 | 140 | 73 |
| Binary | 110100 | 11111011 | 10101001 | 1001111 | 0 | 100001 | 10 | 10011011 | 1100000 | 111011 |
Color Harmonies of #34FBA9
Complementary color
Monochromatic Colors of #34FBA9
Black with #34FBA9
Text Example
Text Example
White with #34FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FBA9; }
p { color: rgb(52,251,169); }
H1.HeaderClassName
{
color: #34FBA9;
}
.AnyTagClassName
{
color: #34FBA9;
}
</style>
background-color css
<style>
a { background-color: #34FBA9; }
a { background-color: rgb(52,251,169); }
div.DivClassName
{
background-color: #34FBA9;
}
.BgClassName
{
background-color: #34FBA9;
}
</style>
border-color css
<style>
span { border-color: #34FBA9; }
span { border-color: rgb(52,251,169); }
td.TdClassName
{
border-color: #34FBA9;
}
.TagClassName
{
border-color: #34FBA9;
}
</style>