Shades of Shamrock #2DCCAB
Tints of Shamrock #2DCCAB
RGB
CMYK
RGB Variations
Color information
#2DCCAB (or 0x2DCCAB) is known color: Shamrock. HEX triplet: 2D, CC and AB. RGB value is (45,204,171). Sum of RGB (Red+Green+Blue) = 45+204+171=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCCAB is #D23354. Grayscale: #989898. Windows color (decimal): -13775701 or 11258925. OLE color: 11258925.
HSL color Cylindrical-coordinate representation of color #2DCCAB: hue angle of 167.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCCAB is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 171 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.2 |
| HSL | 167.55º | 0.64% | 0.49% | - |
| HSV(B) | 167.55º | 0.78% | 0.8% | - |
| XYZ | 30.03 | 46.68 | 45.96 | - |
| YUV | 152.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 171 | 0.78 | 0 | 0.16 | 0.2 | 167.55 | 0.64 | 0.49 |
| Hex | 2D | CC | AB | 4E | 0 | 10 | 14 | A8 | 40 | 31 |
| Octal | 55 | 314 | 253 | 116 | 0 | 20 | 24 | 250 | 100 | 61 |
| Binary | 101101 | 11001100 | 10101011 | 1001110 | 0 | 10000 | 10100 | 10101000 | 1000000 | 110001 |
Color Harmonies of #2DCCAB
Complementary color
Monochromatic Colors of #2DCCAB
Black with #2DCCAB
Text Example
Text Example
White with #2DCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCAB; }
p { color: rgb(45,204,171); }
H1.HeaderClassName
{
color: #2DCCAB;
}
.AnyTagClassName
{
color: #2DCCAB;
}
</style>
background-color css
<style>
a { background-color: #2DCCAB; }
a { background-color: rgb(45,204,171); }
div.DivClassName
{
background-color: #2DCCAB;
}
.BgClassName
{
background-color: #2DCCAB;
}
</style>
border-color css
<style>
span { border-color: #2DCCAB; }
span { border-color: rgb(45,204,171); }
td.TdClassName
{
border-color: #2DCCAB;
}
.TagClassName
{
border-color: #2DCCAB;
}
</style>