Shades of Shamrock #34C9AD
Tints of Shamrock #34C9AD
RGB
CMYK
RGB Variations
Color information
#34C9AD (or 0x34C9AD) is known color: Shamrock. HEX triplet: 34, C9 and AD. RGB value is (52,201,173). Sum of RGB (Red+Green+Blue) = 52+201+173=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #34C9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C9AD is #CB3652. Grayscale: #999999. Windows color (decimal): -13317715 or 11389236. OLE color: 11389236.
HSL color Cylindrical-coordinate representation of color #34C9AD: hue angle of 168.72º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C9AD is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 173 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.21 |
| HSL | 168.72º | 0.59% | 0.5% | - |
| HSV(B) | 168.72º | 0.74% | 0.79% | - |
| XYZ | 29.85 | 45.52 | 46.75 | - |
| YUV | 153.26 | 139.14 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 173 | 0.74 | 0 | 0.14 | 0.21 | 168.72 | 0.59 | 0.5 |
| Hex | 34 | C9 | AD | 4A | 0 | E | 15 | A9 | 3B | 32 |
| Octal | 64 | 311 | 255 | 112 | 0 | 16 | 25 | 251 | 73 | 62 |
| Binary | 110100 | 11001001 | 10101101 | 1001010 | 0 | 1110 | 10101 | 10101001 | 111011 | 110010 |
Color Harmonies of #34C9AD
Complementary color
Monochromatic Colors of #34C9AD
Black with #34C9AD
Text Example
Text Example
White with #34C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9AD; }
p { color: rgb(52,201,173); }
H1.HeaderClassName
{
color: #34C9AD;
}
.AnyTagClassName
{
color: #34C9AD;
}
</style>
background-color css
<style>
a { background-color: #34C9AD; }
a { background-color: rgb(52,201,173); }
div.DivClassName
{
background-color: #34C9AD;
}
.BgClassName
{
background-color: #34C9AD;
}
</style>
border-color css
<style>
span { border-color: #34C9AD; }
span { border-color: rgb(52,201,173); }
td.TdClassName
{
border-color: #34C9AD;
}
.TagClassName
{
border-color: #34C9AD;
}
</style>