Shades of Shamrock #2DC8AF
Tints of Shamrock #2DC8AF
RGB
CMYK
RGB Variations
Color information
#2DC8AF (or 0x2DC8AF) is known color: Shamrock. HEX triplet: 2D, C8 and AF. RGB value is (45,200,175). Sum of RGB (Red+Green+Blue) = 45+200+175=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC8AF is #D23750. Grayscale: #969696. Windows color (decimal): -13776721 or 11520045. OLE color: 11520045.
HSL color Cylindrical-coordinate representation of color #2DC8AF: hue angle of 170.32º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC8AF is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 175 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.22 |
| HSL | 170.32º | 0.63% | 0.48% | - |
| HSV(B) | 170.32º | 0.78% | 0.78% | - |
| XYZ | 29.47 | 44.96 | 47.68 | - |
| YUV | 150.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 175 | 0.78 | 0 | 0.12 | 0.22 | 170.32 | 0.63 | 0.48 |
| Hex | 2D | C8 | AF | 4E | 0 | C | 16 | AA | 3F | 30 |
| Octal | 55 | 310 | 257 | 116 | 0 | 14 | 26 | 252 | 77 | 60 |
| Binary | 101101 | 11001000 | 10101111 | 1001110 | 0 | 1100 | 10110 | 10101010 | 111111 | 110000 |
Color Harmonies of #2DC8AF
Complementary color
Monochromatic Colors of #2DC8AF
Black with #2DC8AF
Text Example
Text Example
White with #2DC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC8AF; }
p { color: rgb(45,200,175); }
H1.HeaderClassName
{
color: #2DC8AF;
}
.AnyTagClassName
{
color: #2DC8AF;
}
</style>
background-color css
<style>
a { background-color: #2DC8AF; }
a { background-color: rgb(45,200,175); }
div.DivClassName
{
background-color: #2DC8AF;
}
.BgClassName
{
background-color: #2DC8AF;
}
</style>
border-color css
<style>
span { border-color: #2DC8AF; }
span { border-color: rgb(45,200,175); }
td.TdClassName
{
border-color: #2DC8AF;
}
.TagClassName
{
border-color: #2DC8AF;
}
</style>