Shades of Shamrock #34CCAF
Tints of Shamrock #34CCAF
RGB
CMYK
RGB Variations
Color information
#34CCAF (or 0x34CCAF) is known color: Shamrock. HEX triplet: 34, CC and AF. RGB value is (52,204,175). Sum of RGB (Red+Green+Blue) = 52+204+175=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #34CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CCAF is #CB3350. Grayscale: #9B9B9B. Windows color (decimal): -13316945 or 11521076. OLE color: 11521076.
HSL color Cylindrical-coordinate representation of color #34CCAF: hue angle of 168.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CCAF is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 204 | 175 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.2 |
| HSL | 168.55º | 0.6% | 0.5% | - |
| HSV(B) | 168.55º | 0.75% | 0.8% | - |
| XYZ | 30.75 | 47.01 | 48.01 | - |
| YUV | 155.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 175 | 0.75 | 0 | 0.14 | 0.2 | 168.55 | 0.6 | 0.5 |
| Hex | 34 | CC | AF | 4B | 0 | E | 14 | A9 | 3C | 32 |
| Octal | 64 | 314 | 257 | 113 | 0 | 16 | 24 | 251 | 74 | 62 |
| Binary | 110100 | 11001100 | 10101111 | 1001011 | 0 | 1110 | 10100 | 10101001 | 111100 | 110010 |
Color Harmonies of #34CCAF
Complementary color
Monochromatic Colors of #34CCAF
Black with #34CCAF
Text Example
Text Example
White with #34CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CCAF; }
p { color: rgb(52,204,175); }
H1.HeaderClassName
{
color: #34CCAF;
}
.AnyTagClassName
{
color: #34CCAF;
}
</style>
background-color css
<style>
a { background-color: #34CCAF; }
a { background-color: rgb(52,204,175); }
div.DivClassName
{
background-color: #34CCAF;
}
.BgClassName
{
background-color: #34CCAF;
}
</style>
border-color css
<style>
span { border-color: #34CCAF; }
span { border-color: rgb(52,204,175); }
td.TdClassName
{
border-color: #34CCAF;
}
.TagClassName
{
border-color: #34CCAF;
}
</style>