Shades of Shamrock #34C3AD
Tints of Shamrock #34C3AD
RGB
CMYK
RGB Variations
Color information
#34C3AD (or 0x34C3AD) is known color: Shamrock. HEX triplet: 34, C3 and AD. RGB value is (52,195,173). Sum of RGB (Red+Green+Blue) = 52+195+173=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #34C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C3AD is #CB3C52. Grayscale: #959595. Windows color (decimal): -13319251 or 11387700. OLE color: 11387700.
HSL color Cylindrical-coordinate representation of color #34C3AD: hue angle of 170.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C3AD is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 173 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.24 |
| HSL | 170.77º | 0.58% | 0.48% | - |
| HSV(B) | 170.77º | 0.73% | 0.76% | - |
| XYZ | 28.47 | 42.78 | 46.29 | - |
| YUV | 149.74 | 141.12 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 173 | 0.73 | 0 | 0.11 | 0.24 | 170.77 | 0.58 | 0.48 |
| Hex | 34 | C3 | AD | 49 | 0 | B | 18 | AB | 3A | 30 |
| Octal | 64 | 303 | 255 | 111 | 0 | 13 | 30 | 253 | 72 | 60 |
| Binary | 110100 | 11000011 | 10101101 | 1001001 | 0 | 1011 | 11000 | 10101011 | 111010 | 110000 |
Color Harmonies of #34C3AD
Complementary color
Monochromatic Colors of #34C3AD
Black with #34C3AD
Text Example
Text Example
White with #34C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C3AD; }
p { color: rgb(52,195,173); }
H1.HeaderClassName
{
color: #34C3AD;
}
.AnyTagClassName
{
color: #34C3AD;
}
</style>
background-color css
<style>
a { background-color: #34C3AD; }
a { background-color: rgb(52,195,173); }
div.DivClassName
{
background-color: #34C3AD;
}
.BgClassName
{
background-color: #34C3AD;
}
</style>
border-color css
<style>
span { border-color: #34C3AD; }
span { border-color: rgb(52,195,173); }
td.TdClassName
{
border-color: #34C3AD;
}
.TagClassName
{
border-color: #34C3AD;
}
</style>