Shades of Light Sea Green #2DBDBB
Tints of Light Sea Green #2DBDBB
RGB
CMYK
RGB Variations
Color information
#2DBDBB (or 0x2DBDBB) is known color: Light Sea Green. HEX triplet: 2D, BD and BB. RGB value is (45,189,187). Sum of RGB (Red+Green+Blue) = 45+189+187=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDBB is #D24244. Grayscale: #919191. Windows color (decimal): -13779525 or 12303661. OLE color: 12303661.
HSL color Cylindrical-coordinate representation of color #2DBDBB: hue angle of 179.17º degrees, saturation: 0.62, 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 #2DBDBB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 187 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.26 |
| HSL | 179.17º | 0.62% | 0.46% | - |
| HSV(B) | 179.17º | 0.76% | 0.74% | - |
| XYZ | 28.25 | 40.54 | 53.35 | - |
| YUV | 145.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 187 | 0.76 | 0 | 0.01 | 0.26 | 179.17 | 0.62 | 0.46 |
| Hex | 2D | BD | BB | 4C | 0 | 1 | 1A | B3 | 3E | 2E |
| Octal | 55 | 275 | 273 | 114 | 0 | 1 | 32 | 263 | 76 | 56 |
| Binary | 101101 | 10111101 | 10111011 | 1001100 | 0 | 1 | 11010 | 10110011 | 111110 | 101110 |
Color Harmonies of #2DBDBB
Complementary color
Monochromatic Colors of #2DBDBB
Black with #2DBDBB
Text Example
Text Example
White with #2DBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDBB; }
p { color: rgb(45,189,187); }
H1.HeaderClassName
{
color: #2DBDBB;
}
.AnyTagClassName
{
color: #2DBDBB;
}
</style>
background-color css
<style>
a { background-color: #2DBDBB; }
a { background-color: rgb(45,189,187); }
div.DivClassName
{
background-color: #2DBDBB;
}
.BgClassName
{
background-color: #2DBDBB;
}
</style>
border-color css
<style>
span { border-color: #2DBDBB; }
span { border-color: rgb(45,189,187); }
td.TdClassName
{
border-color: #2DBDBB;
}
.TagClassName
{
border-color: #2DBDBB;
}
</style>