Shades of Light Sea Green #2DBCBA
Tints of Light Sea Green #2DBCBA
RGB
CMYK
RGB Variations
Color information
#2DBCBA (or 0x2DBCBA) is known color: Light Sea Green. HEX triplet: 2D, BC and BA. RGB value is (45,188,186). Sum of RGB (Red+Green+Blue) = 45+188+186=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCBA is #D24345. Grayscale: #909090. Windows color (decimal): -13779782 or 12237869. OLE color: 12237869.
HSL color Cylindrical-coordinate representation of color #2DBCBA: hue angle of 179.16º degrees, saturation: 0.61, 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 #2DBCBA is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 186 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.26 |
| HSL | 179.16º | 0.61% | 0.46% | - |
| HSV(B) | 179.16º | 0.76% | 0.74% | - |
| XYZ | 27.93 | 40.07 | 52.72 | - |
| YUV | 145.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 186 | 0.76 | 0 | 0.01 | 0.26 | 179.16 | 0.61 | 0.46 |
| Hex | 2D | BC | BA | 4C | 0 | 1 | 1A | B3 | 3D | 2E |
| Octal | 55 | 274 | 272 | 114 | 0 | 1 | 32 | 263 | 75 | 56 |
| Binary | 101101 | 10111100 | 10111010 | 1001100 | 0 | 1 | 11010 | 10110011 | 111101 | 101110 |
Color Harmonies of #2DBCBA
Complementary color
Monochromatic Colors of #2DBCBA
Black with #2DBCBA
Text Example
Text Example
White with #2DBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCBA; }
p { color: rgb(45,188,186); }
H1.HeaderClassName
{
color: #2DBCBA;
}
.AnyTagClassName
{
color: #2DBCBA;
}
</style>
background-color css
<style>
a { background-color: #2DBCBA; }
a { background-color: rgb(45,188,186); }
div.DivClassName
{
background-color: #2DBCBA;
}
.BgClassName
{
background-color: #2DBCBA;
}
</style>
border-color css
<style>
span { border-color: #2DBCBA; }
span { border-color: rgb(45,188,186); }
td.TdClassName
{
border-color: #2DBCBA;
}
.TagClassName
{
border-color: #2DBCBA;
}
</style>