Shades of Light Sea Green #2DB3A4
Tints of Light Sea Green #2DB3A4
RGB
CMYK
RGB Variations
Color information
#2DB3A4 (or 0x2DB3A4) is known color: Light Sea Green. HEX triplet: 2D, B3 and A4. RGB value is (45,179,164). Sum of RGB (Red+Green+Blue) = 45+179+164=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB3A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB3A4 is #D24C5B. Grayscale: #898989. Windows color (decimal): -13782108 or 10793773. OLE color: 10793773.
HSL color Cylindrical-coordinate representation of color #2DB3A4: hue angle of 173.28º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB3A4 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 164 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.30 |
| HSL | 173.28º | 0.6% | 0.44% | - |
| HSV(B) | 173.28º | 0.75% | 0.7% | - |
| XYZ | 23.9 | 35.48 | 40.71 | - |
| YUV | 137.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 164 | 0.75 | 0 | 0.08 | 0.30 | 173.28 | 0.6 | 0.44 |
| Hex | 2D | B3 | A4 | 4B | 0 | 8 | 1E | AD | 3C | 2C |
| Octal | 55 | 263 | 244 | 113 | 0 | 10 | 36 | 255 | 74 | 54 |
| Binary | 101101 | 10110011 | 10100100 | 1001011 | 0 | 1000 | 11110 | 10101101 | 111100 | 101100 |
Color Harmonies of #2DB3A4
Complementary color
Monochromatic Colors of #2DB3A4
Black with #2DB3A4
Text Example
Text Example
White with #2DB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB3A4; }
p { color: rgb(45,179,164); }
H1.HeaderClassName
{
color: #2DB3A4;
}
.AnyTagClassName
{
color: #2DB3A4;
}
</style>
background-color css
<style>
a { background-color: #2DB3A4; }
a { background-color: rgb(45,179,164); }
div.DivClassName
{
background-color: #2DB3A4;
}
.BgClassName
{
background-color: #2DB3A4;
}
</style>
border-color css
<style>
span { border-color: #2DB3A4; }
span { border-color: rgb(45,179,164); }
td.TdClassName
{
border-color: #2DB3A4;
}
.TagClassName
{
border-color: #2DB3A4;
}
</style>