Shades of Light Sea Green #2DB2AB
Tints of Light Sea Green #2DB2AB
RGB
CMYK
RGB Variations
Color information
#2DB2AB (or 0x2DB2AB) is known color: Light Sea Green. HEX triplet: 2D, B2 and AB. RGB value is (45,178,171). Sum of RGB (Red+Green+Blue) = 45+178+171=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB2AB is #D24D54. Grayscale: #898989. Windows color (decimal): -13782357 or 11252269. OLE color: 11252269.
HSL color Cylindrical-coordinate representation of color #2DB2AB: hue angle of 176.84º 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 #2DB2AB is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 171 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.30 |
| HSL | 176.84º | 0.6% | 0.44% | - |
| HSV(B) | 176.84º | 0.75% | 0.7% | - |
| XYZ | 24.35 | 35.34 | 44.07 | - |
| YUV | 137.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 171 | 0.75 | 0 | 0.04 | 0.30 | 176.84 | 0.6 | 0.44 |
| Hex | 2D | B2 | AB | 4B | 0 | 4 | 1E | B1 | 3C | 2C |
| Octal | 55 | 262 | 253 | 113 | 0 | 4 | 36 | 261 | 74 | 54 |
| Binary | 101101 | 10110010 | 10101011 | 1001011 | 0 | 100 | 11110 | 10110001 | 111100 | 101100 |
Color Harmonies of #2DB2AB
Complementary color
Monochromatic Colors of #2DB2AB
Black with #2DB2AB
Text Example
Text Example
White with #2DB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2AB; }
p { color: rgb(45,178,171); }
H1.HeaderClassName
{
color: #2DB2AB;
}
.AnyTagClassName
{
color: #2DB2AB;
}
</style>
background-color css
<style>
a { background-color: #2DB2AB; }
a { background-color: rgb(45,178,171); }
div.DivClassName
{
background-color: #2DB2AB;
}
.BgClassName
{
background-color: #2DB2AB;
}
</style>
border-color css
<style>
span { border-color: #2DB2AB; }
span { border-color: rgb(45,178,171); }
td.TdClassName
{
border-color: #2DB2AB;
}
.TagClassName
{
border-color: #2DB2AB;
}
</style>