Shades of Shamrock #34C5AC
Tints of Shamrock #34C5AC
RGB
CMYK
RGB Variations
Color information
#34C5AC (or 0x34C5AC) is known color: Shamrock. HEX triplet: 34, C5 and AC. RGB value is (52,197,172). Sum of RGB (Red+Green+Blue) = 52+197+172=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #34C5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C5AC is #CB3A53. Grayscale: #969696. Windows color (decimal): -13318740 or 11322676. OLE color: 11322676.
HSL color Cylindrical-coordinate representation of color #34C5AC: hue angle of 169.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C5AC is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 172 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.23 |
| HSL | 169.66º | 0.58% | 0.49% | - |
| HSV(B) | 169.66º | 0.74% | 0.77% | - |
| XYZ | 28.83 | 43.64 | 45.93 | - |
| YUV | 150.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 172 | 0.74 | 0 | 0.13 | 0.23 | 169.66 | 0.58 | 0.49 |
| Hex | 34 | C5 | AC | 4A | 0 | D | 17 | AA | 3A | 31 |
| Octal | 64 | 305 | 254 | 112 | 0 | 15 | 27 | 252 | 72 | 61 |
| Binary | 110100 | 11000101 | 10101100 | 1001010 | 0 | 1101 | 10111 | 10101010 | 111010 | 110001 |
Color Harmonies of #34C5AC
Complementary color
Monochromatic Colors of #34C5AC
Black with #34C5AC
Text Example
Text Example
White with #34C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C5AC; }
p { color: rgb(52,197,172); }
H1.HeaderClassName
{
color: #34C5AC;
}
.AnyTagClassName
{
color: #34C5AC;
}
</style>
background-color css
<style>
a { background-color: #34C5AC; }
a { background-color: rgb(52,197,172); }
div.DivClassName
{
background-color: #34C5AC;
}
.BgClassName
{
background-color: #34C5AC;
}
</style>
border-color css
<style>
span { border-color: #34C5AC; }
span { border-color: rgb(52,197,172); }
td.TdClassName
{
border-color: #34C5AC;
}
.TagClassName
{
border-color: #34C5AC;
}
</style>