Shades of Shamrock #34FF9B
Tints of Shamrock #34FF9B
RGB
CMYK
RGB Variations
Color information
#34FF9B (or 0x34FF9B) is known color: Shamrock. HEX triplet: 34, FF and 9B. RGB value is (52,255,155). Sum of RGB (Red+Green+Blue) = 52+255+155=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FF9B is #CB0064. Grayscale: #B7B7B7. Windows color (decimal): -13303909 or 10223412. OLE color: 10223412.
HSL color Cylindrical-coordinate representation of color #34FF9B: hue angle of 150.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF9B is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 155 | - |
| CMYK | 0.80 | 0 | 0.39 | 0 |
| HSL | 150.44º | 1% | 0.6% | - |
| HSV(B) | 150.44º | 0.8% | 1% | - |
| XYZ | 43.09 | 74.62 | 43.14 | - |
| YUV | 182.9 | 112.25 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 155 | 0.80 | 0 | 0.39 | 0 | 150.44 | 1 | 0.6 |
| Hex | 34 | FF | 9B | 50 | 0 | 27 | 0 | 96 | 64 | 3C |
| Octal | 64 | 377 | 233 | 120 | 0 | 47 | 0 | 226 | 144 | 74 |
| Binary | 110100 | 11111111 | 10011011 | 1010000 | 0 | 100111 | 0 | 10010110 | 1100100 | 111100 |
Color Harmonies of #34FF9B
Complementary color
Monochromatic Colors of #34FF9B
Black with #34FF9B
Text Example
Text Example
White with #34FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF9B; }
p { color: rgb(52,255,155); }
H1.HeaderClassName
{
color: #34FF9B;
}
.AnyTagClassName
{
color: #34FF9B;
}
</style>
background-color css
<style>
a { background-color: #34FF9B; }
a { background-color: rgb(52,255,155); }
div.DivClassName
{
background-color: #34FF9B;
}
.BgClassName
{
background-color: #34FF9B;
}
</style>
border-color css
<style>
span { border-color: #34FF9B; }
span { border-color: rgb(52,255,155); }
td.TdClassName
{
border-color: #34FF9B;
}
.TagClassName
{
border-color: #34FF9B;
}
</style>