Shades of Light Sea Green #2DBEBE
Tints of Light Sea Green #2DBEBE
RGB
CMYK
RGB Variations
Color information
#2DBEBE (or 0x2DBEBE) is known color: Light Sea Green. HEX triplet: 2D, BE and BE. RGB value is (45,190,190). Sum of RGB (Red+Green+Blue) = 45+190+190=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #2DBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEBE is #D24141. Grayscale: #929292. Windows color (decimal): -13779266 or 12500525. OLE color: 12500525.
HSL color Cylindrical-coordinate representation of color #2DBEBE: hue angle of 180º 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 #2DBEBE is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 190 | - |
| CMYK | 0.76 | 0 | 0 | 0.25 |
| HSL | 180º | 0.62% | 0.46% | - |
| HSV(B) | 180º | 0.76% | 0.75% | - |
| XYZ | 28.79 | 41.1 | 55.13 | - |
| YUV | 146.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 190 | 0.76 | 0 | 0 | 0.25 | 180 | 0.62 | 0.46 |
| Hex | 2D | BE | BE | 4C | 0 | 0 | 19 | B4 | 3E | 2E |
| Octal | 55 | 276 | 276 | 114 | 0 | 0 | 31 | 264 | 76 | 56 |
| Binary | 101101 | 10111110 | 10111110 | 1001100 | 0 | 0 | 11001 | 10110100 | 111110 | 101110 |
Color Harmonies of #2DBEBE
Complementary color
Monochromatic Colors of #2DBEBE
Black with #2DBEBE
Text Example
Text Example
White with #2DBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEBE; }
p { color: rgb(45,190,190); }
H1.HeaderClassName
{
color: #2DBEBE;
}
.AnyTagClassName
{
color: #2DBEBE;
}
</style>
background-color css
<style>
a { background-color: #2DBEBE; }
a { background-color: rgb(45,190,190); }
div.DivClassName
{
background-color: #2DBEBE;
}
.BgClassName
{
background-color: #2DBEBE;
}
</style>
border-color css
<style>
span { border-color: #2DBEBE; }
span { border-color: rgb(45,190,190); }
td.TdClassName
{
border-color: #2DBEBE;
}
.TagClassName
{
border-color: #2DBEBE;
}
</style>