Shades of Light Sea Green #2DBEB3
Tints of Light Sea Green #2DBEB3
RGB
CMYK
RGB Variations
Color information
#2DBEB3 (or 0x2DBEB3) is known color: Light Sea Green. HEX triplet: 2D, BE and B3. RGB value is (45,190,179). Sum of RGB (Red+Green+Blue) = 45+190+179=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEB3 is #D2414C. Grayscale: #919191. Windows color (decimal): -13779277 or 11779629. OLE color: 11779629.
HSL color Cylindrical-coordinate representation of color #2DBEB3: hue angle of 175.45º 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 #2DBEB3 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 179 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.25 |
| HSL | 175.45º | 0.62% | 0.46% | - |
| HSV(B) | 175.45º | 0.76% | 0.75% | - |
| XYZ | 27.63 | 40.64 | 49.04 | - |
| YUV | 145.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 179 | 0.76 | 0 | 0.06 | 0.25 | 175.45 | 0.62 | 0.46 |
| Hex | 2D | BE | B3 | 4C | 0 | 6 | 19 | AF | 3E | 2E |
| Octal | 55 | 276 | 263 | 114 | 0 | 6 | 31 | 257 | 76 | 56 |
| Binary | 101101 | 10111110 | 10110011 | 1001100 | 0 | 110 | 11001 | 10101111 | 111110 | 101110 |
Color Harmonies of #2DBEB3
Complementary color
Monochromatic Colors of #2DBEB3
Black with #2DBEB3
Text Example
Text Example
White with #2DBEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEB3; }
p { color: rgb(45,190,179); }
H1.HeaderClassName
{
color: #2DBEB3;
}
.AnyTagClassName
{
color: #2DBEB3;
}
</style>
background-color css
<style>
a { background-color: #2DBEB3; }
a { background-color: rgb(45,190,179); }
div.DivClassName
{
background-color: #2DBEB3;
}
.BgClassName
{
background-color: #2DBEB3;
}
</style>
border-color css
<style>
span { border-color: #2DBEB3; }
span { border-color: rgb(45,190,179); }
td.TdClassName
{
border-color: #2DBEB3;
}
.TagClassName
{
border-color: #2DBEB3;
}
</style>