Shades of Light Sea Green #2DB9AB
Tints of Light Sea Green #2DB9AB
RGB
CMYK
RGB Variations
Color information
#2DB9AB (or 0x2DB9AB) is known color: Light Sea Green. HEX triplet: 2D, B9 and AB. RGB value is (45,185,171). Sum of RGB (Red+Green+Blue) = 45+185+171=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB9AB is #D24654. Grayscale: #8D8D8D. Windows color (decimal): -13780565 or 11254061. OLE color: 11254061.
HSL color Cylindrical-coordinate representation of color #2DB9AB: hue angle of 174º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB9AB is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 171 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.27 |
| HSL | 174º | 0.61% | 0.45% | - |
| HSV(B) | 174º | 0.76% | 0.73% | - |
| XYZ | 25.78 | 38.2 | 44.54 | - |
| YUV | 141.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 171 | 0.76 | 0 | 0.08 | 0.27 | 174 | 0.61 | 0.45 |
| Hex | 2D | B9 | AB | 4C | 0 | 8 | 1B | AE | 3D | 2D |
| Octal | 55 | 271 | 253 | 114 | 0 | 10 | 33 | 256 | 75 | 55 |
| Binary | 101101 | 10111001 | 10101011 | 1001100 | 0 | 1000 | 11011 | 10101110 | 111101 | 101101 |
Color Harmonies of #2DB9AB
Complementary color
Monochromatic Colors of #2DB9AB
Black with #2DB9AB
Text Example
Text Example
White with #2DB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB9AB; }
p { color: rgb(45,185,171); }
H1.HeaderClassName
{
color: #2DB9AB;
}
.AnyTagClassName
{
color: #2DB9AB;
}
</style>
background-color css
<style>
a { background-color: #2DB9AB; }
a { background-color: rgb(45,185,171); }
div.DivClassName
{
background-color: #2DB9AB;
}
.BgClassName
{
background-color: #2DB9AB;
}
</style>
border-color css
<style>
span { border-color: #2DB9AB; }
span { border-color: rgb(45,185,171); }
td.TdClassName
{
border-color: #2DB9AB;
}
.TagClassName
{
border-color: #2DB9AB;
}
</style>