Shades of Light Sea Green #2DBEB5
Tints of Light Sea Green #2DBEB5
RGB
CMYK
RGB Variations
Color information
#2DBEB5 (or 0x2DBEB5) is known color: Light Sea Green. HEX triplet: 2D, BE and B5. RGB value is (45,190,181). Sum of RGB (Red+Green+Blue) = 45+190+181=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEB5 is #D2414A. Grayscale: #919191. Windows color (decimal): -13779275 or 11910701. OLE color: 11910701.
HSL color Cylindrical-coordinate representation of color #2DBEB5: hue angle of 176.28º 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 #2DBEB5 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 181 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.25 |
| HSL | 176.28º | 0.62% | 0.46% | - |
| HSV(B) | 176.28º | 0.76% | 0.75% | - |
| XYZ | 27.84 | 40.72 | 50.11 | - |
| YUV | 145.62 | 147.96 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 181 | 0.76 | 0 | 0.05 | 0.25 | 176.28 | 0.62 | 0.46 |
| Hex | 2D | BE | B5 | 4C | 0 | 5 | 19 | B0 | 3E | 2E |
| Octal | 55 | 276 | 265 | 114 | 0 | 5 | 31 | 260 | 76 | 56 |
| Binary | 101101 | 10111110 | 10110101 | 1001100 | 0 | 101 | 11001 | 10110000 | 111110 | 101110 |
Color Harmonies of #2DBEB5
Complementary color
Monochromatic Colors of #2DBEB5
Black with #2DBEB5
Text Example
Text Example
White with #2DBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEB5; }
p { color: rgb(45,190,181); }
H1.HeaderClassName
{
color: #2DBEB5;
}
.AnyTagClassName
{
color: #2DBEB5;
}
</style>
background-color css
<style>
a { background-color: #2DBEB5; }
a { background-color: rgb(45,190,181); }
div.DivClassName
{
background-color: #2DBEB5;
}
.BgClassName
{
background-color: #2DBEB5;
}
</style>
border-color css
<style>
span { border-color: #2DBEB5; }
span { border-color: rgb(45,190,181); }
td.TdClassName
{
border-color: #2DBEB5;
}
.TagClassName
{
border-color: #2DBEB5;
}
</style>