Shades of Light Sea Green #2DBEB9
Tints of Light Sea Green #2DBEB9
RGB
CMYK
RGB Variations
Color information
#2DBEB9 (or 0x2DBEB9) is known color: Light Sea Green. HEX triplet: 2D, BE and B9. RGB value is (45,190,185). Sum of RGB (Red+Green+Blue) = 45+190+185=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEB9 is #D24146. Grayscale: #919191. Windows color (decimal): -13779271 or 12172845. OLE color: 12172845.
HSL color Cylindrical-coordinate representation of color #2DBEB9: hue angle of 177.93º 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 #2DBEB9 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 185 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.25 |
| HSL | 177.93º | 0.62% | 0.46% | - |
| HSV(B) | 177.93º | 0.76% | 0.75% | - |
| XYZ | 28.25 | 40.89 | 52.3 | - |
| YUV | 146.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 185 | 0.76 | 0 | 0.03 | 0.25 | 177.93 | 0.62 | 0.46 |
| Hex | 2D | BE | B9 | 4C | 0 | 3 | 19 | B2 | 3E | 2E |
| Octal | 55 | 276 | 271 | 114 | 0 | 3 | 31 | 262 | 76 | 56 |
| Binary | 101101 | 10111110 | 10111001 | 1001100 | 0 | 11 | 11001 | 10110010 | 111110 | 101110 |
Color Harmonies of #2DBEB9
Complementary color
Monochromatic Colors of #2DBEB9
Black with #2DBEB9
Text Example
Text Example
White with #2DBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEB9; }
p { color: rgb(45,190,185); }
H1.HeaderClassName
{
color: #2DBEB9;
}
.AnyTagClassName
{
color: #2DBEB9;
}
</style>
background-color css
<style>
a { background-color: #2DBEB9; }
a { background-color: rgb(45,190,185); }
div.DivClassName
{
background-color: #2DBEB9;
}
.BgClassName
{
background-color: #2DBEB9;
}
</style>
border-color css
<style>
span { border-color: #2DBEB9; }
span { border-color: rgb(45,190,185); }
td.TdClassName
{
border-color: #2DBEB9;
}
.TagClassName
{
border-color: #2DBEB9;
}
</style>