Shades of Light Sea Green #2DBCBB
Tints of Light Sea Green #2DBCBB
RGB
CMYK
RGB Variations
Color information
#2DBCBB (or 0x2DBCBB) is known color: Light Sea Green. HEX triplet: 2D, BC and BB. RGB value is (45,188,187). Sum of RGB (Red+Green+Blue) = 45+188+187=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCBB is #D24344. Grayscale: #909090. Windows color (decimal): -13779781 or 12303405. OLE color: 12303405.
HSL color Cylindrical-coordinate representation of color #2DBCBB: hue angle of 179.58º 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 #2DBCBB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 187 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.26 |
| HSL | 179.58º | 0.61% | 0.46% | - |
| HSV(B) | 179.58º | 0.76% | 0.74% | - |
| XYZ | 28.04 | 40.11 | 53.28 | - |
| YUV | 145.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 187 | 0.76 | 0 | 0.01 | 0.26 | 179.58 | 0.61 | 0.46 |
| Hex | 2D | BC | BB | 4C | 0 | 1 | 1A | B4 | 3D | 2E |
| Octal | 55 | 274 | 273 | 114 | 0 | 1 | 32 | 264 | 75 | 56 |
| Binary | 101101 | 10111100 | 10111011 | 1001100 | 0 | 1 | 11010 | 10110100 | 111101 | 101110 |
Color Harmonies of #2DBCBB
Complementary color
Monochromatic Colors of #2DBCBB
Black with #2DBCBB
Text Example
Text Example
White with #2DBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCBB; }
p { color: rgb(45,188,187); }
H1.HeaderClassName
{
color: #2DBCBB;
}
.AnyTagClassName
{
color: #2DBCBB;
}
</style>
background-color css
<style>
a { background-color: #2DBCBB; }
a { background-color: rgb(45,188,187); }
div.DivClassName
{
background-color: #2DBCBB;
}
.BgClassName
{
background-color: #2DBCBB;
}
</style>
border-color css
<style>
span { border-color: #2DBCBB; }
span { border-color: rgb(45,188,187); }
td.TdClassName
{
border-color: #2DBCBB;
}
.TagClassName
{
border-color: #2DBCBB;
}
</style>