Shades of Light Sea Green #2DC2AF
Tints of Light Sea Green #2DC2AF
RGB
CMYK
RGB Variations
Color information
#2DC2AF (or 0x2DC2AF) is known color: Light Sea Green. HEX triplet: 2D, C2 and AF. RGB value is (45,194,175). Sum of RGB (Red+Green+Blue) = 45+194+175=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC2AF is #D23D50. Grayscale: #939393. Windows color (decimal): -13778257 or 11518509. OLE color: 11518509.
HSL color Cylindrical-coordinate representation of color #2DC2AF: hue angle of 172.35º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC2AF is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 175 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.24 |
| HSL | 172.35º | 0.62% | 0.47% | - |
| HSV(B) | 172.35º | 0.77% | 0.76% | - |
| XYZ | 28.11 | 42.24 | 47.23 | - |
| YUV | 147.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 175 | 0.77 | 0 | 0.10 | 0.24 | 172.35 | 0.62 | 0.47 |
| Hex | 2D | C2 | AF | 4D | 0 | A | 18 | AC | 3E | 2F |
| Octal | 55 | 302 | 257 | 115 | 0 | 12 | 30 | 254 | 76 | 57 |
| Binary | 101101 | 11000010 | 10101111 | 1001101 | 0 | 1010 | 11000 | 10101100 | 111110 | 101111 |
Color Harmonies of #2DC2AF
Complementary color
Monochromatic Colors of #2DC2AF
Black with #2DC2AF
Text Example
Text Example
White with #2DC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC2AF; }
p { color: rgb(45,194,175); }
H1.HeaderClassName
{
color: #2DC2AF;
}
.AnyTagClassName
{
color: #2DC2AF;
}
</style>
background-color css
<style>
a { background-color: #2DC2AF; }
a { background-color: rgb(45,194,175); }
div.DivClassName
{
background-color: #2DC2AF;
}
.BgClassName
{
background-color: #2DC2AF;
}
</style>
border-color css
<style>
span { border-color: #2DC2AF; }
span { border-color: rgb(45,194,175); }
td.TdClassName
{
border-color: #2DC2AF;
}
.TagClassName
{
border-color: #2DC2AF;
}
</style>