Shades of Medium Sea Green #2ACD7B
Tints of Medium Sea Green #2ACD7B
RGB
CMYK
RGB Variations
Color information
#2ACD7B (or 0x2ACD7B) is known color: Medium Sea Green. HEX triplet: 2A, CD and 7B. RGB value is (42,205,123). Sum of RGB (Red+Green+Blue) = 42+205+123=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD7B is #D53284. Grayscale: #939393. Windows color (decimal): -13972101 or 8113450. OLE color: 8113450.
HSL color Cylindrical-coordinate representation of color #2ACD7B: hue angle of 149.82º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD7B is Cyan = 0.80, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 123 | - |
| CMYK | 0.80 | 0 | 0.4 | 0.20 |
| HSL | 149.82º | 0.66% | 0.48% | - |
| HSV(B) | 149.82º | 0.8% | 0.8% | - |
| XYZ | 26.36 | 45.58 | 26.15 | - |
| YUV | 146.92 | 114.5 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 123 | 0.80 | 0 | 0.4 | 0.20 | 149.82 | 0.66 | 0.48 |
| Hex | 2A | CD | 7B | 50 | 0 | 28 | 14 | 96 | 42 | 30 |
| Octal | 52 | 315 | 173 | 120 | 0 | 50 | 24 | 226 | 102 | 60 |
| Binary | 101010 | 11001101 | 1111011 | 1010000 | 0 | 101000 | 10100 | 10010110 | 1000010 | 110000 |
Color Harmonies of #2ACD7B
Complementary color
Monochromatic Colors of #2ACD7B
Black with #2ACD7B
Text Example
Text Example
White with #2ACD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD7B; }
p { color: rgb(42,205,123); }
H1.HeaderClassName
{
color: #2ACD7B;
}
.AnyTagClassName
{
color: #2ACD7B;
}
</style>
background-color css
<style>
a { background-color: #2ACD7B; }
a { background-color: rgb(42,205,123); }
div.DivClassName
{
background-color: #2ACD7B;
}
.BgClassName
{
background-color: #2ACD7B;
}
</style>
border-color css
<style>
span { border-color: #2ACD7B; }
span { border-color: rgb(42,205,123); }
td.TdClassName
{
border-color: #2ACD7B;
}
.TagClassName
{
border-color: #2ACD7B;
}
</style>