Shades of Light Sea Green #2DBEA8
Tints of Light Sea Green #2DBEA8
RGB
CMYK
RGB Variations
Color information
#2DBEA8 (or 0x2DBEA8) is known color: Light Sea Green. HEX triplet: 2D, BE and A8. RGB value is (45,190,168). Sum of RGB (Red+Green+Blue) = 45+190+168=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEA8 is #D24157. Grayscale: #909090. Windows color (decimal): -13779288 or 11058733. OLE color: 11058733.
HSL color Cylindrical-coordinate representation of color #2DBEA8: hue angle of 170.9º 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 #2DBEA8 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 168 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.25 |
| HSL | 170.9º | 0.62% | 0.46% | - |
| HSV(B) | 170.9º | 0.76% | 0.75% | - |
| XYZ | 26.56 | 40.21 | 43.41 | - |
| YUV | 144.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 168 | 0.76 | 0 | 0.12 | 0.25 | 170.9 | 0.62 | 0.46 |
| Hex | 2D | BE | A8 | 4C | 0 | C | 19 | AB | 3E | 2E |
| Octal | 55 | 276 | 250 | 114 | 0 | 14 | 31 | 253 | 76 | 56 |
| Binary | 101101 | 10111110 | 10101000 | 1001100 | 0 | 1100 | 11001 | 10101011 | 111110 | 101110 |
Color Harmonies of #2DBEA8
Complementary color
Monochromatic Colors of #2DBEA8
Black with #2DBEA8
Text Example
Text Example
White with #2DBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEA8; }
p { color: rgb(45,190,168); }
H1.HeaderClassName
{
color: #2DBEA8;
}
.AnyTagClassName
{
color: #2DBEA8;
}
</style>
background-color css
<style>
a { background-color: #2DBEA8; }
a { background-color: rgb(45,190,168); }
div.DivClassName
{
background-color: #2DBEA8;
}
.BgClassName
{
background-color: #2DBEA8;
}
</style>
border-color css
<style>
span { border-color: #2DBEA8; }
span { border-color: rgb(45,190,168); }
td.TdClassName
{
border-color: #2DBEA8;
}
.TagClassName
{
border-color: #2DBEA8;
}
</style>