Shades of Light Sea Green #2DBFBA
Tints of Light Sea Green #2DBFBA
RGB
CMYK
RGB Variations
Color information
#2DBFBA (or 0x2DBFBA) is known color: Light Sea Green. HEX triplet: 2D, BF and BA. RGB value is (45,191,186). Sum of RGB (Red+Green+Blue) = 45+191+186=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFBA is #D24045. Grayscale: #929292. Windows color (decimal): -13779014 or 12238637. OLE color: 12238637.
HSL color Cylindrical-coordinate representation of color #2DBFBA: hue angle of 177.95º 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 #2DBFBA is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 186 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.25 |
| HSL | 177.95º | 0.62% | 0.46% | - |
| HSV(B) | 177.95º | 0.76% | 0.75% | - |
| XYZ | 28.58 | 41.36 | 52.93 | - |
| YUV | 146.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 186 | 0.76 | 0 | 0.03 | 0.25 | 177.95 | 0.62 | 0.46 |
| Hex | 2D | BF | BA | 4C | 0 | 3 | 19 | B2 | 3E | 2E |
| Octal | 55 | 277 | 272 | 114 | 0 | 3 | 31 | 262 | 76 | 56 |
| Binary | 101101 | 10111111 | 10111010 | 1001100 | 0 | 11 | 11001 | 10110010 | 111110 | 101110 |
Color Harmonies of #2DBFBA
Complementary color
Monochromatic Colors of #2DBFBA
Black with #2DBFBA
Text Example
Text Example
White with #2DBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFBA; }
p { color: rgb(45,191,186); }
H1.HeaderClassName
{
color: #2DBFBA;
}
.AnyTagClassName
{
color: #2DBFBA;
}
</style>
background-color css
<style>
a { background-color: #2DBFBA; }
a { background-color: rgb(45,191,186); }
div.DivClassName
{
background-color: #2DBFBA;
}
.BgClassName
{
background-color: #2DBFBA;
}
</style>
border-color css
<style>
span { border-color: #2DBFBA; }
span { border-color: rgb(45,191,186); }
td.TdClassName
{
border-color: #2DBFBA;
}
.TagClassName
{
border-color: #2DBFBA;
}
</style>