Shades of Light Sea Green #2DBFB6
Tints of Light Sea Green #2DBFB6
RGB
CMYK
RGB Variations
Color information
#2DBFB6 (or 0x2DBFB6) is known color: Light Sea Green. HEX triplet: 2D, BF and B6. RGB value is (45,191,182). Sum of RGB (Red+Green+Blue) = 45+191+182=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFB6 is #D24049. Grayscale: #929292. Windows color (decimal): -13779018 or 11976493. OLE color: 11976493.
HSL color Cylindrical-coordinate representation of color #2DBFB6: hue angle of 176.3º 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 #2DBFB6 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 182 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.25 |
| HSL | 176.3º | 0.62% | 0.46% | - |
| HSV(B) | 176.3º | 0.76% | 0.75% | - |
| XYZ | 28.16 | 41.2 | 50.72 | - |
| YUV | 146.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 182 | 0.76 | 0 | 0.05 | 0.25 | 176.3 | 0.62 | 0.46 |
| Hex | 2D | BF | B6 | 4C | 0 | 5 | 19 | B0 | 3E | 2E |
| Octal | 55 | 277 | 266 | 114 | 0 | 5 | 31 | 260 | 76 | 56 |
| Binary | 101101 | 10111111 | 10110110 | 1001100 | 0 | 101 | 11001 | 10110000 | 111110 | 101110 |
Color Harmonies of #2DBFB6
Complementary color
Monochromatic Colors of #2DBFB6
Black with #2DBFB6
Text Example
Text Example
White with #2DBFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFB6; }
p { color: rgb(45,191,182); }
H1.HeaderClassName
{
color: #2DBFB6;
}
.AnyTagClassName
{
color: #2DBFB6;
}
</style>
background-color css
<style>
a { background-color: #2DBFB6; }
a { background-color: rgb(45,191,182); }
div.DivClassName
{
background-color: #2DBFB6;
}
.BgClassName
{
background-color: #2DBFB6;
}
</style>
border-color css
<style>
span { border-color: #2DBFB6; }
span { border-color: rgb(45,191,182); }
td.TdClassName
{
border-color: #2DBFB6;
}
.TagClassName
{
border-color: #2DBFB6;
}
</style>