Shades of Shamrock #2DCEAA
Tints of Shamrock #2DCEAA
RGB
CMYK
RGB Variations
Color information
#2DCEAA (or 0x2DCEAA) is known color: Shamrock. HEX triplet: 2D, CE and AA. RGB value is (45,206,170). Sum of RGB (Red+Green+Blue) = 45+206+170=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCEAA is #D23155. Grayscale: #999999. Windows color (decimal): -13775190 or 11193901. OLE color: 11193901.
HSL color Cylindrical-coordinate representation of color #2DCEAA: hue angle of 166.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCEAA is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 170 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.19 |
| HSL | 166.58º | 0.64% | 0.49% | - |
| HSV(B) | 166.58º | 0.78% | 0.81% | - |
| XYZ | 30.41 | 47.6 | 45.62 | - |
| YUV | 153.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 170 | 0.78 | 0 | 0.17 | 0.19 | 166.58 | 0.64 | 0.49 |
| Hex | 2D | CE | AA | 4E | 0 | 11 | 13 | A7 | 40 | 31 |
| Octal | 55 | 316 | 252 | 116 | 0 | 21 | 23 | 247 | 100 | 61 |
| Binary | 101101 | 11001110 | 10101010 | 1001110 | 0 | 10001 | 10011 | 10100111 | 1000000 | 110001 |
Color Harmonies of #2DCEAA
Complementary color
Monochromatic Colors of #2DCEAA
Black with #2DCEAA
Text Example
Text Example
White with #2DCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCEAA; }
p { color: rgb(45,206,170); }
H1.HeaderClassName
{
color: #2DCEAA;
}
.AnyTagClassName
{
color: #2DCEAA;
}
</style>
background-color css
<style>
a { background-color: #2DCEAA; }
a { background-color: rgb(45,206,170); }
div.DivClassName
{
background-color: #2DCEAA;
}
.BgClassName
{
background-color: #2DCEAA;
}
</style>
border-color css
<style>
span { border-color: #2DCEAA; }
span { border-color: rgb(45,206,170); }
td.TdClassName
{
border-color: #2DCEAA;
}
.TagClassName
{
border-color: #2DCEAA;
}
</style>