Shades of Light Sea Green #2DBEAC
Tints of Light Sea Green #2DBEAC
RGB
CMYK
RGB Variations
Color information
#2DBEAC (or 0x2DBEAC) is known color: Light Sea Green. HEX triplet: 2D, BE and AC. RGB value is (45,190,172). Sum of RGB (Red+Green+Blue) = 45+190+172=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEAC is #D24153. Grayscale: #909090. Windows color (decimal): -13779284 or 11320877. OLE color: 11320877.
HSL color Cylindrical-coordinate representation of color #2DBEAC: hue angle of 172.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBEAC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 172 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.25 |
| HSL | 172.55º | 0.62% | 0.46% | - |
| HSV(B) | 172.55º | 0.76% | 0.75% | - |
| XYZ | 26.94 | 40.36 | 45.4 | - |
| YUV | 144.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 172 | 0.76 | 0 | 0.09 | 0.25 | 172.55 | 0.62 | 0.46 |
| Hex | 2D | BE | AC | 4C | 0 | 9 | 19 | AD | 3E | 2E |
| Octal | 55 | 276 | 254 | 114 | 0 | 11 | 31 | 255 | 76 | 56 |
| Binary | 101101 | 10111110 | 10101100 | 1001100 | 0 | 1001 | 11001 | 10101101 | 111110 | 101110 |
Color Harmonies of #2DBEAC
Complementary color
Monochromatic Colors of #2DBEAC
Black with #2DBEAC
Text Example
Text Example
White with #2DBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEAC; }
p { color: rgb(45,190,172); }
H1.HeaderClassName
{
color: #2DBEAC;
}
.AnyTagClassName
{
color: #2DBEAC;
}
</style>
background-color css
<style>
a { background-color: #2DBEAC; }
a { background-color: rgb(45,190,172); }
div.DivClassName
{
background-color: #2DBEAC;
}
.BgClassName
{
background-color: #2DBEAC;
}
</style>
border-color css
<style>
span { border-color: #2DBEAC; }
span { border-color: rgb(45,190,172); }
td.TdClassName
{
border-color: #2DBEAC;
}
.TagClassName
{
border-color: #2DBEAC;
}
</style>