Shades of Light Sea Green #2DBDBA
Tints of Light Sea Green #2DBDBA
RGB
CMYK
RGB Variations
Color information
#2DBDBA (or 0x2DBDBA) is known color: Light Sea Green. HEX triplet: 2D, BD and BA. RGB value is (45,189,186). Sum of RGB (Red+Green+Blue) = 45+189+186=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDBA is #D24245. Grayscale: #919191. Windows color (decimal): -13779526 or 12238125. OLE color: 12238125.
HSL color Cylindrical-coordinate representation of color #2DBDBA: hue angle of 178.75º 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 #2DBDBA is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 186 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.26 |
| HSL | 178.75º | 0.62% | 0.46% | - |
| HSV(B) | 178.75º | 0.76% | 0.74% | - |
| XYZ | 28.14 | 40.5 | 52.79 | - |
| YUV | 145.6 | 150.79 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 186 | 0.76 | 0 | 0.02 | 0.26 | 178.75 | 0.62 | 0.46 |
| Hex | 2D | BD | BA | 4C | 0 | 2 | 1A | B3 | 3E | 2E |
| Octal | 55 | 275 | 272 | 114 | 0 | 2 | 32 | 263 | 76 | 56 |
| Binary | 101101 | 10111101 | 10111010 | 1001100 | 0 | 10 | 11010 | 10110011 | 111110 | 101110 |
Color Harmonies of #2DBDBA
Complementary color
Monochromatic Colors of #2DBDBA
Black with #2DBDBA
Text Example
Text Example
White with #2DBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDBA; }
p { color: rgb(45,189,186); }
H1.HeaderClassName
{
color: #2DBDBA;
}
.AnyTagClassName
{
color: #2DBDBA;
}
</style>
background-color css
<style>
a { background-color: #2DBDBA; }
a { background-color: rgb(45,189,186); }
div.DivClassName
{
background-color: #2DBDBA;
}
.BgClassName
{
background-color: #2DBDBA;
}
</style>
border-color css
<style>
span { border-color: #2DBDBA; }
span { border-color: rgb(45,189,186); }
td.TdClassName
{
border-color: #2DBDBA;
}
.TagClassName
{
border-color: #2DBDBA;
}
</style>