Shades of Light Sea Green #2DBFBD
Tints of Light Sea Green #2DBFBD
RGB
CMYK
RGB Variations
Color information
#2DBFBD (or 0x2DBFBD) is known color: Light Sea Green. HEX triplet: 2D, BF and BD. RGB value is (45,191,189). Sum of RGB (Red+Green+Blue) = 45+191+189=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFBD is #D24042. Grayscale: #929292. Windows color (decimal): -13779011 or 12435245. OLE color: 12435245.
HSL color Cylindrical-coordinate representation of color #2DBFBD: hue angle of 179.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBFBD is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 189 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.25 |
| HSL | 179.18º | 0.62% | 0.46% | - |
| HSV(B) | 179.18º | 0.76% | 0.75% | - |
| XYZ | 28.9 | 41.49 | 54.63 | - |
| YUV | 147.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 189 | 0.76 | 0 | 0.01 | 0.25 | 179.18 | 0.62 | 0.46 |
| Hex | 2D | BF | BD | 4C | 0 | 1 | 19 | B3 | 3E | 2E |
| Octal | 55 | 277 | 275 | 114 | 0 | 1 | 31 | 263 | 76 | 56 |
| Binary | 101101 | 10111111 | 10111101 | 1001100 | 0 | 1 | 11001 | 10110011 | 111110 | 101110 |
Color Harmonies of #2DBFBD
Complementary color
Monochromatic Colors of #2DBFBD
Black with #2DBFBD
Text Example
Text Example
White with #2DBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFBD; }
p { color: rgb(45,191,189); }
H1.HeaderClassName
{
color: #2DBFBD;
}
.AnyTagClassName
{
color: #2DBFBD;
}
</style>
background-color css
<style>
a { background-color: #2DBFBD; }
a { background-color: rgb(45,191,189); }
div.DivClassName
{
background-color: #2DBFBD;
}
.BgClassName
{
background-color: #2DBFBD;
}
</style>
border-color css
<style>
span { border-color: #2DBFBD; }
span { border-color: rgb(45,191,189); }
td.TdClassName
{
border-color: #2DBFBD;
}
.TagClassName
{
border-color: #2DBFBD;
}
</style>