Shades of Light Sea Green #2DBABA
Tints of Light Sea Green #2DBABA
RGB
CMYK
RGB Variations
Color information
#2DBABA (or 0x2DBABA) is known color: Light Sea Green. HEX triplet: 2D, BA and BA. RGB value is (45,186,186). Sum of RGB (Red+Green+Blue) = 45+186+186=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #2DBABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBABA is #D24545. Grayscale: #8F8F8F. Windows color (decimal): -13780294 or 12237357. OLE color: 12237357.
HSL color Cylindrical-coordinate representation of color #2DBABA: hue angle of 180º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBABA is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 186 | - |
| CMYK | 0.76 | 0 | 0 | 0.27 |
| HSL | 180º | 0.61% | 0.45% | - |
| HSV(B) | 180º | 0.76% | 0.73% | - |
| XYZ | 27.5 | 39.22 | 52.58 | - |
| YUV | 143.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 186 | 0.76 | 0 | 0 | 0.27 | 180 | 0.61 | 0.45 |
| Hex | 2D | BA | BA | 4C | 0 | 0 | 1B | B4 | 3D | 2D |
| Octal | 55 | 272 | 272 | 114 | 0 | 0 | 33 | 264 | 75 | 55 |
| Binary | 101101 | 10111010 | 10111010 | 1001100 | 0 | 0 | 11011 | 10110100 | 111101 | 101101 |
Color Harmonies of #2DBABA
Complementary color
Monochromatic Colors of #2DBABA
Black with #2DBABA
Text Example
Text Example
White with #2DBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBABA; }
p { color: rgb(45,186,186); }
H1.HeaderClassName
{
color: #2DBABA;
}
.AnyTagClassName
{
color: #2DBABA;
}
</style>
background-color css
<style>
a { background-color: #2DBABA; }
a { background-color: rgb(45,186,186); }
div.DivClassName
{
background-color: #2DBABA;
}
.BgClassName
{
background-color: #2DBABA;
}
</style>
border-color css
<style>
span { border-color: #2DBABA; }
span { border-color: rgb(45,186,186); }
td.TdClassName
{
border-color: #2DBABA;
}
.TagClassName
{
border-color: #2DBABA;
}
</style>