Shades of Light Sea Green #2DBEB8
Tints of Light Sea Green #2DBEB8
RGB
CMYK
RGB Variations
Color information
#2DBEB8 (or 0x2DBEB8) is known color: Light Sea Green. HEX triplet: 2D, BE and B8. RGB value is (45,190,184). Sum of RGB (Red+Green+Blue) = 45+190+184=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEB8 is #D24147. Grayscale: #919191. Windows color (decimal): -13779272 or 12107309. OLE color: 12107309.
HSL color Cylindrical-coordinate representation of color #2DBEB8: hue angle of 177.52º 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 #2DBEB8 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 184 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.25 |
| HSL | 177.52º | 0.62% | 0.46% | - |
| HSV(B) | 177.52º | 0.76% | 0.75% | - |
| XYZ | 28.15 | 40.85 | 51.75 | - |
| YUV | 145.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 184 | 0.76 | 0 | 0.03 | 0.25 | 177.52 | 0.62 | 0.46 |
| Hex | 2D | BE | B8 | 4C | 0 | 3 | 19 | B2 | 3E | 2E |
| Octal | 55 | 276 | 270 | 114 | 0 | 3 | 31 | 262 | 76 | 56 |
| Binary | 101101 | 10111110 | 10111000 | 1001100 | 0 | 11 | 11001 | 10110010 | 111110 | 101110 |
Color Harmonies of #2DBEB8
Complementary color
Monochromatic Colors of #2DBEB8
Black with #2DBEB8
Text Example
Text Example
White with #2DBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEB8; }
p { color: rgb(45,190,184); }
H1.HeaderClassName
{
color: #2DBEB8;
}
.AnyTagClassName
{
color: #2DBEB8;
}
</style>
background-color css
<style>
a { background-color: #2DBEB8; }
a { background-color: rgb(45,190,184); }
div.DivClassName
{
background-color: #2DBEB8;
}
.BgClassName
{
background-color: #2DBEB8;
}
</style>
border-color css
<style>
span { border-color: #2DBEB8; }
span { border-color: rgb(45,190,184); }
td.TdClassName
{
border-color: #2DBEB8;
}
.TagClassName
{
border-color: #2DBEB8;
}
</style>