Shades of Light Sea Green #2DBABB
Tints of Light Sea Green #2DBABB
RGB
CMYK
RGB Variations
Color information
#2DBABB (or 0x2DBABB) is known color: Light Sea Green. HEX triplet: 2D, BA and BB. RGB value is (45,186,187). Sum of RGB (Red+Green+Blue) = 45+186+187=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #2DBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBABB is #D24544. Grayscale: #8F8F8F. Windows color (decimal): -13780293 or 12302893. OLE color: 12302893.
HSL color Cylindrical-coordinate representation of color #2DBABB: hue angle of 180.42º 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 #2DBABB is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 187 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.27 |
| HSL | 180.42º | 0.61% | 0.45% | - |
| HSV(B) | 180.42º | 0.76% | 0.73% | - |
| XYZ | 27.61 | 39.26 | 53.14 | - |
| YUV | 143.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 187 | 0.76 | 0.01 | 0 | 0.27 | 180.42 | 0.61 | 0.45 |
| Hex | 2D | BA | BB | 4C | 1 | 0 | 1B | B4 | 3D | 2D |
| Octal | 55 | 272 | 273 | 114 | 1 | 0 | 33 | 264 | 75 | 55 |
| Binary | 101101 | 10111010 | 10111011 | 1001100 | 1 | 0 | 11011 | 10110100 | 111101 | 101101 |
Color Harmonies of #2DBABB
Complementary color
Monochromatic Colors of #2DBABB
Black with #2DBABB
Text Example
Text Example
White with #2DBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBABB; }
p { color: rgb(45,186,187); }
H1.HeaderClassName
{
color: #2DBABB;
}
.AnyTagClassName
{
color: #2DBABB;
}
</style>
background-color css
<style>
a { background-color: #2DBABB; }
a { background-color: rgb(45,186,187); }
div.DivClassName
{
background-color: #2DBABB;
}
.BgClassName
{
background-color: #2DBABB;
}
</style>
border-color css
<style>
span { border-color: #2DBABB; }
span { border-color: rgb(45,186,187); }
td.TdClassName
{
border-color: #2DBABB;
}
.TagClassName
{
border-color: #2DBABB;
}
</style>