Shades of Light Sea Green #2DBDC0
Tints of Light Sea Green #2DBDC0
RGB
CMYK
RGB Variations
Color information
#2DBDC0 (or 0x2DBDC0) is known color: Light Sea Green. HEX triplet: 2D, BD and C0. RGB value is (45,189,192). Sum of RGB (Red+Green+Blue) = 45+189+192=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #2DBDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDC0 is #D2423F. Grayscale: #929292. Windows color (decimal): -13779520 or 12631341. OLE color: 12631341.
HSL color Cylindrical-coordinate representation of color #2DBDC0: hue angle of 181.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBDC0 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 189 | 192 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.25 |
| HSL | 181.22º | 0.62% | 0.46% | - |
| HSV(B) | 181.22º | 0.77% | 0.75% | - |
| XYZ | 28.79 | 40.76 | 56.22 | - |
| YUV | 146.29 | 153.79 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 192 | 0.77 | 0.02 | 0 | 0.25 | 181.22 | 0.62 | 0.46 |
| Hex | 2D | BD | C0 | 4D | 2 | 0 | 19 | B5 | 3E | 2E |
| Octal | 55 | 275 | 300 | 115 | 2 | 0 | 31 | 265 | 76 | 56 |
| Binary | 101101 | 10111101 | 11000000 | 1001101 | 10 | 0 | 11001 | 10110101 | 111110 | 101110 |
Color Harmonies of #2DBDC0
Complementary color
Monochromatic Colors of #2DBDC0
Black with #2DBDC0
Text Example
Text Example
White with #2DBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDC0; }
p { color: rgb(45,189,192); }
H1.HeaderClassName
{
color: #2DBDC0;
}
.AnyTagClassName
{
color: #2DBDC0;
}
</style>
background-color css
<style>
a { background-color: #2DBDC0; }
a { background-color: rgb(45,189,192); }
div.DivClassName
{
background-color: #2DBDC0;
}
.BgClassName
{
background-color: #2DBDC0;
}
</style>
border-color css
<style>
span { border-color: #2DBDC0; }
span { border-color: rgb(45,189,192); }
td.TdClassName
{
border-color: #2DBDC0;
}
.TagClassName
{
border-color: #2DBDC0;
}
</style>