Shades of Shamrock #2DCCAE
Tints of Shamrock #2DCCAE
RGB
CMYK
RGB Variations
Color information
#2DCCAE (or 0x2DCCAE) is known color: Shamrock. HEX triplet: 2D, CC and AE. RGB value is (45,204,174). Sum of RGB (Red+Green+Blue) = 45+204+174=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCCAE is #D23351. Grayscale: #999999. Windows color (decimal): -13775698 or 11455533. OLE color: 11455533.
HSL color Cylindrical-coordinate representation of color #2DCCAE: hue angle of 168.68º 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 #2DCCAE is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 204 | 174 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.2 |
| HSL | 168.68º | 0.64% | 0.49% | - |
| HSV(B) | 168.68º | 0.78% | 0.8% | - |
| XYZ | 30.32 | 46.8 | 47.48 | - |
| YUV | 153.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 174 | 0.78 | 0 | 0.15 | 0.2 | 168.68 | 0.64 | 0.49 |
| Hex | 2D | CC | AE | 4E | 0 | F | 14 | A9 | 40 | 31 |
| Octal | 55 | 314 | 256 | 116 | 0 | 17 | 24 | 251 | 100 | 61 |
| Binary | 101101 | 11001100 | 10101110 | 1001110 | 0 | 1111 | 10100 | 10101001 | 1000000 | 110001 |
Color Harmonies of #2DCCAE
Complementary color
Monochromatic Colors of #2DCCAE
Black with #2DCCAE
Text Example
Text Example
White with #2DCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCAE; }
p { color: rgb(45,204,174); }
H1.HeaderClassName
{
color: #2DCCAE;
}
.AnyTagClassName
{
color: #2DCCAE;
}
</style>
background-color css
<style>
a { background-color: #2DCCAE; }
a { background-color: rgb(45,204,174); }
div.DivClassName
{
background-color: #2DCCAE;
}
.BgClassName
{
background-color: #2DCCAE;
}
</style>
border-color css
<style>
span { border-color: #2DCCAE; }
span { border-color: rgb(45,204,174); }
td.TdClassName
{
border-color: #2DCCAE;
}
.TagClassName
{
border-color: #2DCCAE;
}
</style>