Shades of Shamrock #34C9A6
Tints of Shamrock #34C9A6
RGB
CMYK
RGB Variations
Color information
#34C9A6 (or 0x34C9A6) is known color: Shamrock. HEX triplet: 34, C9 and A6. RGB value is (52,201,166). Sum of RGB (Red+Green+Blue) = 52+201+166=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #34C9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C9A6 is #CB3659. Grayscale: #989898. Windows color (decimal): -13317722 or 10930484. OLE color: 10930484.
HSL color Cylindrical-coordinate representation of color #34C9A6: hue angle of 165.91º 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 #34C9A6 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 166 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.21 |
| HSL | 165.91º | 0.59% | 0.5% | - |
| HSV(B) | 165.91º | 0.74% | 0.79% | - |
| XYZ | 29.19 | 45.26 | 43.27 | - |
| YUV | 152.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 166 | 0.74 | 0 | 0.17 | 0.21 | 165.91 | 0.59 | 0.5 |
| Hex | 34 | C9 | A6 | 4A | 0 | 11 | 15 | A6 | 3B | 32 |
| Octal | 64 | 311 | 246 | 112 | 0 | 21 | 25 | 246 | 73 | 62 |
| Binary | 110100 | 11001001 | 10100110 | 1001010 | 0 | 10001 | 10101 | 10100110 | 111011 | 110010 |
Color Harmonies of #34C9A6
Complementary color
Monochromatic Colors of #34C9A6
Black with #34C9A6
Text Example
Text Example
White with #34C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C9A6; }
p { color: rgb(52,201,166); }
H1.HeaderClassName
{
color: #34C9A6;
}
.AnyTagClassName
{
color: #34C9A6;
}
</style>
background-color css
<style>
a { background-color: #34C9A6; }
a { background-color: rgb(52,201,166); }
div.DivClassName
{
background-color: #34C9A6;
}
.BgClassName
{
background-color: #34C9A6;
}
</style>
border-color css
<style>
span { border-color: #34C9A6; }
span { border-color: rgb(52,201,166); }
td.TdClassName
{
border-color: #34C9A6;
}
.TagClassName
{
border-color: #34C9A6;
}
</style>