Shades of Light Sea Green #2DBEBC
Tints of Light Sea Green #2DBEBC
RGB
CMYK
RGB Variations
Color information
#2DBEBC (or 0x2DBEBC) is known color: Light Sea Green. HEX triplet: 2D, BE and BC. RGB value is (45,190,188). Sum of RGB (Red+Green+Blue) = 45+190+188=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEBC is #D24143. Grayscale: #929292. Windows color (decimal): -13779268 or 12369453. OLE color: 12369453.
HSL color Cylindrical-coordinate representation of color #2DBEBC: hue angle of 179.17º 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 #2DBEBC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 188 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.25 |
| HSL | 179.17º | 0.62% | 0.46% | - |
| HSV(B) | 179.17º | 0.76% | 0.75% | - |
| XYZ | 28.57 | 41.02 | 53.99 | - |
| YUV | 146.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 188 | 0.76 | 0 | 0.01 | 0.25 | 179.17 | 0.62 | 0.46 |
| Hex | 2D | BE | BC | 4C | 0 | 1 | 19 | B3 | 3E | 2E |
| Octal | 55 | 276 | 274 | 114 | 0 | 1 | 31 | 263 | 76 | 56 |
| Binary | 101101 | 10111110 | 10111100 | 1001100 | 0 | 1 | 11001 | 10110011 | 111110 | 101110 |
Color Harmonies of #2DBEBC
Complementary color
Monochromatic Colors of #2DBEBC
Black with #2DBEBC
Text Example
Text Example
White with #2DBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEBC; }
p { color: rgb(45,190,188); }
H1.HeaderClassName
{
color: #2DBEBC;
}
.AnyTagClassName
{
color: #2DBEBC;
}
</style>
background-color css
<style>
a { background-color: #2DBEBC; }
a { background-color: rgb(45,190,188); }
div.DivClassName
{
background-color: #2DBEBC;
}
.BgClassName
{
background-color: #2DBEBC;
}
</style>
border-color css
<style>
span { border-color: #2DBEBC; }
span { border-color: rgb(45,190,188); }
td.TdClassName
{
border-color: #2DBEBC;
}
.TagClassName
{
border-color: #2DBEBC;
}
</style>