Shades of Light Sea Green #2DBCBC
Tints of Light Sea Green #2DBCBC
RGB
CMYK
RGB Variations
Color information
#2DBCBC (or 0x2DBCBC) is known color: Light Sea Green. HEX triplet: 2D, BC and BC. RGB value is (45,188,188). Sum of RGB (Red+Green+Blue) = 45+188+188=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #2DBCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCBC is #D24343. Grayscale: #919191. Windows color (decimal): -13779780 or 12368941. OLE color: 12368941.
HSL color Cylindrical-coordinate representation of color #2DBCBC: hue angle of 180º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBCBC is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 188 | - |
| CMYK | 0.76 | 0 | 0 | 0.26 |
| HSL | 180º | 0.61% | 0.46% | - |
| HSV(B) | 180º | 0.76% | 0.74% | - |
| XYZ | 28.14 | 40.16 | 53.84 | - |
| YUV | 145.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 188 | 0.76 | 0 | 0 | 0.26 | 180 | 0.61 | 0.46 |
| Hex | 2D | BC | BC | 4C | 0 | 0 | 1A | B4 | 3D | 2E |
| Octal | 55 | 274 | 274 | 114 | 0 | 0 | 32 | 264 | 75 | 56 |
| Binary | 101101 | 10111100 | 10111100 | 1001100 | 0 | 0 | 11010 | 10110100 | 111101 | 101110 |
Color Harmonies of #2DBCBC
Complementary color
Monochromatic Colors of #2DBCBC
Black with #2DBCBC
Text Example
Text Example
White with #2DBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCBC; }
p { color: rgb(45,188,188); }
H1.HeaderClassName
{
color: #2DBCBC;
}
.AnyTagClassName
{
color: #2DBCBC;
}
</style>
background-color css
<style>
a { background-color: #2DBCBC; }
a { background-color: rgb(45,188,188); }
div.DivClassName
{
background-color: #2DBCBC;
}
.BgClassName
{
background-color: #2DBCBC;
}
</style>
border-color css
<style>
span { border-color: #2DBCBC; }
span { border-color: rgb(45,188,188); }
td.TdClassName
{
border-color: #2DBCBC;
}
.TagClassName
{
border-color: #2DBCBC;
}
</style>