Shades of Light Sea Green #2DBABD
Tints of Light Sea Green #2DBABD
RGB
CMYK
RGB Variations
Color information
#2DBABD (or 0x2DBABD) is known color: Light Sea Green. HEX triplet: 2D, BA and BD. RGB value is (45,186,189). Sum of RGB (Red+Green+Blue) = 45+186+189=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #2DBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBABD is #D24542. Grayscale: #909090. Windows color (decimal): -13780291 or 12433965. OLE color: 12433965.
HSL color Cylindrical-coordinate representation of color #2DBABD: hue angle of 181.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBABD is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 186 | 189 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.26 |
| HSL | 181.25º | 0.62% | 0.46% | - |
| HSV(B) | 181.25º | 0.76% | 0.74% | - |
| XYZ | 27.83 | 39.35 | 54.27 | - |
| YUV | 144.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 189 | 0.76 | 0.02 | 0 | 0.26 | 181.25 | 0.62 | 0.46 |
| Hex | 2D | BA | BD | 4C | 2 | 0 | 1A | B5 | 3E | 2E |
| Octal | 55 | 272 | 275 | 114 | 2 | 0 | 32 | 265 | 76 | 56 |
| Binary | 101101 | 10111010 | 10111101 | 1001100 | 10 | 0 | 11010 | 10110101 | 111110 | 101110 |
Color Harmonies of #2DBABD
Complementary color
Monochromatic Colors of #2DBABD
Black with #2DBABD
Text Example
Text Example
White with #2DBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBABD; }
p { color: rgb(45,186,189); }
H1.HeaderClassName
{
color: #2DBABD;
}
.AnyTagClassName
{
color: #2DBABD;
}
</style>
background-color css
<style>
a { background-color: #2DBABD; }
a { background-color: rgb(45,186,189); }
div.DivClassName
{
background-color: #2DBABD;
}
.BgClassName
{
background-color: #2DBABD;
}
</style>
border-color css
<style>
span { border-color: #2DBABD; }
span { border-color: rgb(45,186,189); }
td.TdClassName
{
border-color: #2DBABD;
}
.TagClassName
{
border-color: #2DBABD;
}
</style>