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