Shades of Shamrock #34BEA6
Tints of Shamrock #34BEA6
RGB
CMYK
RGB Variations
Color information
#34BEA6 (or 0x34BEA6) is known color: Shamrock. HEX triplet: 34, BE and A6. RGB value is (52,190,166). Sum of RGB (Red+Green+Blue) = 52+190+166=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEA6 is #CB4159. Grayscale: #919191. Windows color (decimal): -13320538 or 10927668. OLE color: 10927668.
HSL color Cylindrical-coordinate representation of color #34BEA6: hue angle of 169.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEA6 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 166 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.25 |
| HSL | 169.57º | 0.57% | 0.47% | - |
| HSV(B) | 169.57º | 0.73% | 0.75% | - |
| XYZ | 26.71 | 40.31 | 42.45 | - |
| YUV | 146 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 166 | 0.73 | 0 | 0.13 | 0.25 | 169.57 | 0.57 | 0.47 |
| Hex | 34 | BE | A6 | 49 | 0 | D | 19 | AA | 39 | 2F |
| Octal | 64 | 276 | 246 | 111 | 0 | 15 | 31 | 252 | 71 | 57 |
| Binary | 110100 | 10111110 | 10100110 | 1001001 | 0 | 1101 | 11001 | 10101010 | 111001 | 101111 |
Color Harmonies of #34BEA6
Complementary color
Monochromatic Colors of #34BEA6
Black with #34BEA6
Text Example
Text Example
White with #34BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEA6; }
p { color: rgb(52,190,166); }
H1.HeaderClassName
{
color: #34BEA6;
}
.AnyTagClassName
{
color: #34BEA6;
}
</style>
background-color css
<style>
a { background-color: #34BEA6; }
a { background-color: rgb(52,190,166); }
div.DivClassName
{
background-color: #34BEA6;
}
.BgClassName
{
background-color: #34BEA6;
}
</style>
border-color css
<style>
span { border-color: #34BEA6; }
span { border-color: rgb(52,190,166); }
td.TdClassName
{
border-color: #34BEA6;
}
.TagClassName
{
border-color: #34BEA6;
}
</style>