Shades of Light Sea Green #2DC2A8
Tints of Light Sea Green #2DC2A8
RGB
CMYK
RGB Variations
Color information
#2DC2A8 (or 0x2DC2A8) is known color: Light Sea Green. HEX triplet: 2D, C2 and A8. RGB value is (45,194,168). Sum of RGB (Red+Green+Blue) = 45+194+168=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC2A8 is #D23D57. Grayscale: #929292. Windows color (decimal): -13778264 or 11059757. OLE color: 11059757.
HSL color Cylindrical-coordinate representation of color #2DC2A8: hue angle of 169.53º 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 #2DC2A8 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 168 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.24 |
| HSL | 169.53º | 0.62% | 0.47% | - |
| HSV(B) | 169.53º | 0.77% | 0.76% | - |
| XYZ | 27.44 | 41.97 | 43.7 | - |
| YUV | 146.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 168 | 0.77 | 0 | 0.13 | 0.24 | 169.53 | 0.62 | 0.47 |
| Hex | 2D | C2 | A8 | 4D | 0 | D | 18 | AA | 3E | 2F |
| Octal | 55 | 302 | 250 | 115 | 0 | 15 | 30 | 252 | 76 | 57 |
| Binary | 101101 | 11000010 | 10101000 | 1001101 | 0 | 1101 | 11000 | 10101010 | 111110 | 101111 |
Color Harmonies of #2DC2A8
Complementary color
Monochromatic Colors of #2DC2A8
Black with #2DC2A8
Text Example
Text Example
White with #2DC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC2A8; }
p { color: rgb(45,194,168); }
H1.HeaderClassName
{
color: #2DC2A8;
}
.AnyTagClassName
{
color: #2DC2A8;
}
</style>
background-color css
<style>
a { background-color: #2DC2A8; }
a { background-color: rgb(45,194,168); }
div.DivClassName
{
background-color: #2DC2A8;
}
.BgClassName
{
background-color: #2DC2A8;
}
</style>
border-color css
<style>
span { border-color: #2DC2A8; }
span { border-color: rgb(45,194,168); }
td.TdClassName
{
border-color: #2DC2A8;
}
.TagClassName
{
border-color: #2DC2A8;
}
</style>