Shades of Light Sea Green #2DBCB9
Tints of Light Sea Green #2DBCB9
RGB
CMYK
RGB Variations
Color information
#2DBCB9 (or 0x2DBCB9) is known color: Light Sea Green. HEX triplet: 2D, BC and B9. RGB value is (45,188,185). Sum of RGB (Red+Green+Blue) = 45+188+185=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCB9 is #D24346. Grayscale: #909090. Windows color (decimal): -13779783 or 12172333. OLE color: 12172333.
HSL color Cylindrical-coordinate representation of color #2DBCB9: hue angle of 178.74º 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 #2DBCB9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 185 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.26 |
| HSL | 178.74º | 0.61% | 0.46% | - |
| HSV(B) | 178.74º | 0.76% | 0.74% | - |
| XYZ | 27.82 | 40.03 | 52.16 | - |
| YUV | 144.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 185 | 0.76 | 0 | 0.02 | 0.26 | 178.74 | 0.61 | 0.46 |
| Hex | 2D | BC | B9 | 4C | 0 | 2 | 1A | B3 | 3D | 2E |
| Octal | 55 | 274 | 271 | 114 | 0 | 2 | 32 | 263 | 75 | 56 |
| Binary | 101101 | 10111100 | 10111001 | 1001100 | 0 | 10 | 11010 | 10110011 | 111101 | 101110 |
Color Harmonies of #2DBCB9
Complementary color
Monochromatic Colors of #2DBCB9
Black with #2DBCB9
Text Example
Text Example
White with #2DBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCB9; }
p { color: rgb(45,188,185); }
H1.HeaderClassName
{
color: #2DBCB9;
}
.AnyTagClassName
{
color: #2DBCB9;
}
</style>
background-color css
<style>
a { background-color: #2DBCB9; }
a { background-color: rgb(45,188,185); }
div.DivClassName
{
background-color: #2DBCB9;
}
.BgClassName
{
background-color: #2DBCB9;
}
</style>
border-color css
<style>
span { border-color: #2DBCB9; }
span { border-color: rgb(45,188,185); }
td.TdClassName
{
border-color: #2DBCB9;
}
.TagClassName
{
border-color: #2DBCB9;
}
</style>