Shades of Light Sea Green #2DB7AC
Tints of Light Sea Green #2DB7AC
RGB
CMYK
RGB Variations
Color information
#2DB7AC (or 0x2DB7AC) is known color: Light Sea Green. HEX triplet: 2D, B7 and AC. RGB value is (45,183,172). Sum of RGB (Red+Green+Blue) = 45+183+172=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB7AC is #D24853. Grayscale: #8C8C8C. Windows color (decimal): -13781076 or 11319085. OLE color: 11319085.
HSL color Cylindrical-coordinate representation of color #2DB7AC: hue angle of 175.22º 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 #2DB7AC is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 172 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.28 |
| HSL | 175.22º | 0.61% | 0.45% | - |
| HSV(B) | 175.22º | 0.75% | 0.72% | - |
| XYZ | 25.46 | 37.4 | 44.91 | - |
| YUV | 140.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 172 | 0.75 | 0 | 0.06 | 0.28 | 175.22 | 0.61 | 0.45 |
| Hex | 2D | B7 | AC | 4B | 0 | 6 | 1C | AF | 3D | 2D |
| Octal | 55 | 267 | 254 | 113 | 0 | 6 | 34 | 257 | 75 | 55 |
| Binary | 101101 | 10110111 | 10101100 | 1001011 | 0 | 110 | 11100 | 10101111 | 111101 | 101101 |
Color Harmonies of #2DB7AC
Complementary color
Monochromatic Colors of #2DB7AC
Black with #2DB7AC
Text Example
Text Example
White with #2DB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB7AC; }
p { color: rgb(45,183,172); }
H1.HeaderClassName
{
color: #2DB7AC;
}
.AnyTagClassName
{
color: #2DB7AC;
}
</style>
background-color css
<style>
a { background-color: #2DB7AC; }
a { background-color: rgb(45,183,172); }
div.DivClassName
{
background-color: #2DB7AC;
}
.BgClassName
{
background-color: #2DB7AC;
}
</style>
border-color css
<style>
span { border-color: #2DB7AC; }
span { border-color: rgb(45,183,172); }
td.TdClassName
{
border-color: #2DB7AC;
}
.TagClassName
{
border-color: #2DB7AC;
}
</style>