Shades of Light Sea Green #2DBEBA
Tints of Light Sea Green #2DBEBA
RGB
CMYK
RGB Variations
Color information
#2DBEBA (or 0x2DBEBA) is known color: Light Sea Green. HEX triplet: 2D, BE and BA. RGB value is (45,190,186). Sum of RGB (Red+Green+Blue) = 45+190+186=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEBA is #D24145. Grayscale: #929292. Windows color (decimal): -13779270 or 12238381. OLE color: 12238381.
HSL color Cylindrical-coordinate representation of color #2DBEBA: hue angle of 178.34º 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 #2DBEBA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 186 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.25 |
| HSL | 178.34º | 0.62% | 0.46% | - |
| HSV(B) | 178.34º | 0.76% | 0.75% | - |
| XYZ | 28.36 | 40.93 | 52.86 | - |
| YUV | 146.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 186 | 0.76 | 0 | 0.02 | 0.25 | 178.34 | 0.62 | 0.46 |
| Hex | 2D | BE | BA | 4C | 0 | 2 | 19 | B2 | 3E | 2E |
| Octal | 55 | 276 | 272 | 114 | 0 | 2 | 31 | 262 | 76 | 56 |
| Binary | 101101 | 10111110 | 10111010 | 1001100 | 0 | 10 | 11001 | 10110010 | 111110 | 101110 |
Color Harmonies of #2DBEBA
Complementary color
Monochromatic Colors of #2DBEBA
Black with #2DBEBA
Text Example
Text Example
White with #2DBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEBA; }
p { color: rgb(45,190,186); }
H1.HeaderClassName
{
color: #2DBEBA;
}
.AnyTagClassName
{
color: #2DBEBA;
}
</style>
background-color css
<style>
a { background-color: #2DBEBA; }
a { background-color: rgb(45,190,186); }
div.DivClassName
{
background-color: #2DBEBA;
}
.BgClassName
{
background-color: #2DBEBA;
}
</style>
border-color css
<style>
span { border-color: #2DBEBA; }
span { border-color: rgb(45,190,186); }
td.TdClassName
{
border-color: #2DBEBA;
}
.TagClassName
{
border-color: #2DBEBA;
}
</style>