Shades of Shamrock #34C3AB
Tints of Shamrock #34C3AB
RGB
CMYK
RGB Variations
Color information
#34C3AB (or 0x34C3AB) is known color: Shamrock. HEX triplet: 34, C3 and AB. RGB value is (52,195,171). Sum of RGB (Red+Green+Blue) = 52+195+171=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #34C3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C3AB is #CB3C54. Grayscale: #959595. Windows color (decimal): -13319253 or 11256628. OLE color: 11256628.
HSL color Cylindrical-coordinate representation of color #34C3AB: hue angle of 169.93º 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 #34C3AB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 171 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.24 |
| HSL | 169.93º | 0.58% | 0.48% | - |
| HSV(B) | 169.93º | 0.73% | 0.76% | - |
| XYZ | 28.28 | 42.7 | 45.28 | - |
| YUV | 149.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 171 | 0.73 | 0 | 0.12 | 0.24 | 169.93 | 0.58 | 0.48 |
| Hex | 34 | C3 | AB | 49 | 0 | C | 18 | AA | 3A | 30 |
| Octal | 64 | 303 | 253 | 111 | 0 | 14 | 30 | 252 | 72 | 60 |
| Binary | 110100 | 11000011 | 10101011 | 1001001 | 0 | 1100 | 11000 | 10101010 | 111010 | 110000 |
Color Harmonies of #34C3AB
Complementary color
Monochromatic Colors of #34C3AB
Black with #34C3AB
Text Example
Text Example
White with #34C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C3AB; }
p { color: rgb(52,195,171); }
H1.HeaderClassName
{
color: #34C3AB;
}
.AnyTagClassName
{
color: #34C3AB;
}
</style>
background-color css
<style>
a { background-color: #34C3AB; }
a { background-color: rgb(52,195,171); }
div.DivClassName
{
background-color: #34C3AB;
}
.BgClassName
{
background-color: #34C3AB;
}
</style>
border-color css
<style>
span { border-color: #34C3AB; }
span { border-color: rgb(52,195,171); }
td.TdClassName
{
border-color: #34C3AB;
}
.TagClassName
{
border-color: #34C3AB;
}
</style>