Shades of Shamrock #2DD6AB
Tints of Shamrock #2DD6AB
RGB
CMYK
RGB Variations
Color information
#2DD6AB (or 0x2DD6AB) is known color: Shamrock. HEX triplet: 2D, D6 and AB. RGB value is (45,214,171). Sum of RGB (Red+Green+Blue) = 45+214+171=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD6AB is #D22954. Grayscale: #9E9E9E. Windows color (decimal): -13773141 or 11261485. OLE color: 11261485.
HSL color Cylindrical-coordinate representation of color #2DD6AB: hue angle of 164.73º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD6AB is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 171 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.16 |
| HSL | 164.73º | 0.67% | 0.51% | - |
| HSV(B) | 164.73º | 0.79% | 0.84% | - |
| XYZ | 32.48 | 51.59 | 46.77 | - |
| YUV | 158.57 | 135.01 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 171 | 0.79 | 0 | 0.20 | 0.16 | 164.73 | 0.67 | 0.51 |
| Hex | 2D | D6 | AB | 4F | 0 | 14 | 10 | A5 | 43 | 33 |
| Octal | 55 | 326 | 253 | 117 | 0 | 24 | 20 | 245 | 103 | 63 |
| Binary | 101101 | 11010110 | 10101011 | 1001111 | 0 | 10100 | 10000 | 10100101 | 1000011 | 110011 |
Color Harmonies of #2DD6AB
Complementary color
Monochromatic Colors of #2DD6AB
Black with #2DD6AB
Text Example
Text Example
White with #2DD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD6AB; }
p { color: rgb(45,214,171); }
H1.HeaderClassName
{
color: #2DD6AB;
}
.AnyTagClassName
{
color: #2DD6AB;
}
</style>
background-color css
<style>
a { background-color: #2DD6AB; }
a { background-color: rgb(45,214,171); }
div.DivClassName
{
background-color: #2DD6AB;
}
.BgClassName
{
background-color: #2DD6AB;
}
</style>
border-color css
<style>
span { border-color: #2DD6AB; }
span { border-color: rgb(45,214,171); }
td.TdClassName
{
border-color: #2DD6AB;
}
.TagClassName
{
border-color: #2DD6AB;
}
</style>