Shades of Light Sea Green #2DB7AB
Tints of Light Sea Green #2DB7AB
RGB
CMYK
RGB Variations
Color information
#2DB7AB (or 0x2DB7AB) is known color: Light Sea Green. HEX triplet: 2D, B7 and AB. RGB value is (45,183,171). Sum of RGB (Red+Green+Blue) = 45+183+171=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB7AB is #D24854. Grayscale: #8C8C8C. Windows color (decimal): -13781077 or 11253549. OLE color: 11253549.
HSL color Cylindrical-coordinate representation of color #2DB7AB: hue angle of 174.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB7AB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 171 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.28 |
| HSL | 174.78º | 0.61% | 0.45% | - |
| HSV(B) | 174.78º | 0.75% | 0.72% | - |
| XYZ | 25.37 | 37.37 | 44.4 | - |
| YUV | 140.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 171 | 0.75 | 0 | 0.07 | 0.28 | 174.78 | 0.61 | 0.45 |
| Hex | 2D | B7 | AB | 4B | 0 | 7 | 1C | AF | 3D | 2D |
| Octal | 55 | 267 | 253 | 113 | 0 | 7 | 34 | 257 | 75 | 55 |
| Binary | 101101 | 10110111 | 10101011 | 1001011 | 0 | 111 | 11100 | 10101111 | 111101 | 101101 |
Color Harmonies of #2DB7AB
Complementary color
Monochromatic Colors of #2DB7AB
Black with #2DB7AB
Text Example
Text Example
White with #2DB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB7AB; }
p { color: rgb(45,183,171); }
H1.HeaderClassName
{
color: #2DB7AB;
}
.AnyTagClassName
{
color: #2DB7AB;
}
</style>
background-color css
<style>
a { background-color: #2DB7AB; }
a { background-color: rgb(45,183,171); }
div.DivClassName
{
background-color: #2DB7AB;
}
.BgClassName
{
background-color: #2DB7AB;
}
</style>
border-color css
<style>
span { border-color: #2DB7AB; }
span { border-color: rgb(45,183,171); }
td.TdClassName
{
border-color: #2DB7AB;
}
.TagClassName
{
border-color: #2DB7AB;
}
</style>