Shades of Shamrock #34CCB0
Tints of Shamrock #34CCB0
RGB
CMYK
RGB Variations
Color information
#34CCB0 (or 0x34CCB0) is known color: Shamrock. HEX triplet: 34, CC and B0. RGB value is (52,204,176). Sum of RGB (Red+Green+Blue) = 52+204+176=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #34CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CCB0 is #CB334F. Grayscale: #9B9B9B. Windows color (decimal): -13316944 or 11586612. OLE color: 11586612.
HSL color Cylindrical-coordinate representation of color #34CCB0: hue angle of 168.95º 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 #34CCB0 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 204 | 176 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.2 |
| HSL | 168.95º | 0.6% | 0.5% | - |
| HSV(B) | 168.95º | 0.75% | 0.8% | - |
| XYZ | 30.85 | 47.05 | 48.53 | - |
| YUV | 155.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 176 | 0.75 | 0 | 0.14 | 0.2 | 168.95 | 0.6 | 0.5 |
| Hex | 34 | CC | B0 | 4B | 0 | E | 14 | A9 | 3C | 32 |
| Octal | 64 | 314 | 260 | 113 | 0 | 16 | 24 | 251 | 74 | 62 |
| Binary | 110100 | 11001100 | 10110000 | 1001011 | 0 | 1110 | 10100 | 10101001 | 111100 | 110010 |
Color Harmonies of #34CCB0
Complementary color
Monochromatic Colors of #34CCB0
Black with #34CCB0
Text Example
Text Example
White with #34CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CCB0; }
p { color: rgb(52,204,176); }
H1.HeaderClassName
{
color: #34CCB0;
}
.AnyTagClassName
{
color: #34CCB0;
}
</style>
background-color css
<style>
a { background-color: #34CCB0; }
a { background-color: rgb(52,204,176); }
div.DivClassName
{
background-color: #34CCB0;
}
.BgClassName
{
background-color: #34CCB0;
}
</style>
border-color css
<style>
span { border-color: #34CCB0; }
span { border-color: rgb(52,204,176); }
td.TdClassName
{
border-color: #34CCB0;
}
.TagClassName
{
border-color: #34CCB0;
}
</style>