Shades of Shamrock #34CAB4
Tints of Shamrock #34CAB4
RGB
CMYK
RGB Variations
Color information
#34CAB4 (or 0x34CAB4) is known color: Shamrock. HEX triplet: 34, CA and B4. RGB value is (52,202,180). Sum of RGB (Red+Green+Blue) = 52+202+180=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAB4 is #CB354B. Grayscale: #9A9A9A. Windows color (decimal): -13317452 or 11848244. OLE color: 11848244.
HSL color Cylindrical-coordinate representation of color #34CAB4: hue angle of 171.2º 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 #34CAB4 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 180 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.21 |
| HSL | 171.2º | 0.59% | 0.5% | - |
| HSV(B) | 171.2º | 0.74% | 0.79% | - |
| XYZ | 30.77 | 46.27 | 50.49 | - |
| YUV | 154.64 | 142.31 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 180 | 0.74 | 0 | 0.11 | 0.21 | 171.2 | 0.59 | 0.5 |
| Hex | 34 | CA | B4 | 4A | 0 | B | 15 | AB | 3B | 32 |
| Octal | 64 | 312 | 264 | 112 | 0 | 13 | 25 | 253 | 73 | 62 |
| Binary | 110100 | 11001010 | 10110100 | 1001010 | 0 | 1011 | 10101 | 10101011 | 111011 | 110010 |
Color Harmonies of #34CAB4
Complementary color
Monochromatic Colors of #34CAB4
Black with #34CAB4
Text Example
Text Example
White with #34CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAB4; }
p { color: rgb(52,202,180); }
H1.HeaderClassName
{
color: #34CAB4;
}
.AnyTagClassName
{
color: #34CAB4;
}
</style>
background-color css
<style>
a { background-color: #34CAB4; }
a { background-color: rgb(52,202,180); }
div.DivClassName
{
background-color: #34CAB4;
}
.BgClassName
{
background-color: #34CAB4;
}
</style>
border-color css
<style>
span { border-color: #34CAB4; }
span { border-color: rgb(52,202,180); }
td.TdClassName
{
border-color: #34CAB4;
}
.TagClassName
{
border-color: #34CAB4;
}
</style>