Shades of Light Sea Green #2DBABF
Tints of Light Sea Green #2DBABF
RGB
CMYK
RGB Variations
Color information
#2DBABF (or 0x2DBABF) is known color: Light Sea Green. HEX triplet: 2D, BA and BF. RGB value is (45,186,191). Sum of RGB (Red+Green+Blue) = 45+186+191=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #2DBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBABF is #D24540. Grayscale: #909090. Windows color (decimal): -13780289 or 12565037. OLE color: 12565037.
HSL color Cylindrical-coordinate representation of color #2DBABF: hue angle of 182.05º 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 #2DBABF is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 186 | 191 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.25 |
| HSL | 182.05º | 0.62% | 0.46% | - |
| HSV(B) | 182.05º | 0.76% | 0.75% | - |
| XYZ | 28.05 | 39.44 | 55.42 | - |
| YUV | 144.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 191 | 0.76 | 0.03 | 0 | 0.25 | 182.05 | 0.62 | 0.46 |
| Hex | 2D | BA | BF | 4C | 3 | 0 | 19 | B6 | 3E | 2E |
| Octal | 55 | 272 | 277 | 114 | 3 | 0 | 31 | 266 | 76 | 56 |
| Binary | 101101 | 10111010 | 10111111 | 1001100 | 11 | 0 | 11001 | 10110110 | 111110 | 101110 |
Color Harmonies of #2DBABF
Complementary color
Monochromatic Colors of #2DBABF
Black with #2DBABF
Text Example
Text Example
White with #2DBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBABF; }
p { color: rgb(45,186,191); }
H1.HeaderClassName
{
color: #2DBABF;
}
.AnyTagClassName
{
color: #2DBABF;
}
</style>
background-color css
<style>
a { background-color: #2DBABF; }
a { background-color: rgb(45,186,191); }
div.DivClassName
{
background-color: #2DBABF;
}
.BgClassName
{
background-color: #2DBABF;
}
</style>
border-color css
<style>
span { border-color: #2DBABF; }
span { border-color: rgb(45,186,191); }
td.TdClassName
{
border-color: #2DBABF;
}
.TagClassName
{
border-color: #2DBABF;
}
</style>