Shades of Light Sea Green #2DB3AC
Tints of Light Sea Green #2DB3AC
RGB
CMYK
RGB Variations
Color information
#2DB3AC (or 0x2DB3AC) is known color: Light Sea Green. HEX triplet: 2D, B3 and AC. RGB value is (45,179,172). Sum of RGB (Red+Green+Blue) = 45+179+172=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB3AC is #D24C53. Grayscale: #8A8A8A. Windows color (decimal): -13782100 or 11318061. OLE color: 11318061.
HSL color Cylindrical-coordinate representation of color #2DB3AC: hue angle of 176.87º 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 #2DB3AC is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 179 | 172 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.30 |
| HSL | 176.87º | 0.6% | 0.44% | - |
| HSV(B) | 176.87º | 0.75% | 0.7% | - |
| XYZ | 24.65 | 35.78 | 44.64 | - |
| YUV | 138.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 179 | 172 | 0.75 | 0 | 0.04 | 0.30 | 176.87 | 0.6 | 0.44 |
| Hex | 2D | B3 | AC | 4B | 0 | 4 | 1E | B1 | 3C | 2C |
| Octal | 55 | 263 | 254 | 113 | 0 | 4 | 36 | 261 | 74 | 54 |
| Binary | 101101 | 10110011 | 10101100 | 1001011 | 0 | 100 | 11110 | 10110001 | 111100 | 101100 |
Color Harmonies of #2DB3AC
Complementary color
Monochromatic Colors of #2DB3AC
Black with #2DB3AC
Text Example
Text Example
White with #2DB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB3AC; }
p { color: rgb(45,179,172); }
H1.HeaderClassName
{
color: #2DB3AC;
}
.AnyTagClassName
{
color: #2DB3AC;
}
</style>
background-color css
<style>
a { background-color: #2DB3AC; }
a { background-color: rgb(45,179,172); }
div.DivClassName
{
background-color: #2DB3AC;
}
.BgClassName
{
background-color: #2DB3AC;
}
</style>
border-color css
<style>
span { border-color: #2DB3AC; }
span { border-color: rgb(45,179,172); }
td.TdClassName
{
border-color: #2DB3AC;
}
.TagClassName
{
border-color: #2DB3AC;
}
</style>