Shades of Shamrock #34FDAC
Tints of Shamrock #34FDAC
RGB
CMYK
RGB Variations
Color information
#34FDAC (or 0x34FDAC) is known color: Shamrock. HEX triplet: 34, FD and AC. RGB value is (52,253,172). Sum of RGB (Red+Green+Blue) = 52+253+172=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #34FDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FDAC is #CB0253. Grayscale: #B7B7B7. Windows color (decimal): -13304404 or 11337012. OLE color: 11337012.
HSL color Cylindrical-coordinate representation of color #34FDAC: hue angle of 155.82º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FDAC is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 253 | 172 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.01 |
| HSL | 155.82º | 0.98% | 0.6% | - |
| HSV(B) | 155.82º | 0.79% | 0.99% | - |
| XYZ | 43.99 | 73.96 | 50.99 | - |
| YUV | 183.67 | 121.41 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 253 | 172 | 0.79 | 0 | 0.32 | 0.01 | 155.82 | 0.98 | 0.6 |
| Hex | 34 | FD | AC | 4F | 0 | 20 | 1 | 9C | 62 | 3C |
| Octal | 64 | 375 | 254 | 117 | 0 | 40 | 1 | 234 | 142 | 74 |
| Binary | 110100 | 11111101 | 10101100 | 1001111 | 0 | 100000 | 1 | 10011100 | 1100010 | 111100 |
Color Harmonies of #34FDAC
Complementary color
Monochromatic Colors of #34FDAC
Black with #34FDAC
Text Example
Text Example
White with #34FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FDAC; }
p { color: rgb(52,253,172); }
H1.HeaderClassName
{
color: #34FDAC;
}
.AnyTagClassName
{
color: #34FDAC;
}
</style>
background-color css
<style>
a { background-color: #34FDAC; }
a { background-color: rgb(52,253,172); }
div.DivClassName
{
background-color: #34FDAC;
}
.BgClassName
{
background-color: #34FDAC;
}
</style>
border-color css
<style>
span { border-color: #34FDAC; }
span { border-color: rgb(52,253,172); }
td.TdClassName
{
border-color: #34FDAC;
}
.TagClassName
{
border-color: #34FDAC;
}
</style>