Shades of Light Sea Green #2DBCB2
Tints of Light Sea Green #2DBCB2
RGB
CMYK
RGB Variations
Color information
#2DBCB2 (or 0x2DBCB2) is known color: Light Sea Green. HEX triplet: 2D, BC and B2. RGB value is (45,188,178). Sum of RGB (Red+Green+Blue) = 45+188+178=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCB2 is #D2434D. Grayscale: #909090. Windows color (decimal): -13779790 or 11713581. OLE color: 11713581.
HSL color Cylindrical-coordinate representation of color #2DBCB2: hue angle of 175.8º 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 #2DBCB2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 178 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.26 |
| HSL | 175.8º | 0.61% | 0.46% | - |
| HSV(B) | 175.8º | 0.76% | 0.74% | - |
| XYZ | 27.1 | 39.74 | 48.36 | - |
| YUV | 144.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 178 | 0.76 | 0 | 0.05 | 0.26 | 175.8 | 0.61 | 0.46 |
| Hex | 2D | BC | B2 | 4C | 0 | 5 | 1A | B0 | 3D | 2E |
| Octal | 55 | 274 | 262 | 114 | 0 | 5 | 32 | 260 | 75 | 56 |
| Binary | 101101 | 10111100 | 10110010 | 1001100 | 0 | 101 | 11010 | 10110000 | 111101 | 101110 |
Color Harmonies of #2DBCB2
Complementary color
Monochromatic Colors of #2DBCB2
Black with #2DBCB2
Text Example
Text Example
White with #2DBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCB2; }
p { color: rgb(45,188,178); }
H1.HeaderClassName
{
color: #2DBCB2;
}
.AnyTagClassName
{
color: #2DBCB2;
}
</style>
background-color css
<style>
a { background-color: #2DBCB2; }
a { background-color: rgb(45,188,178); }
div.DivClassName
{
background-color: #2DBCB2;
}
.BgClassName
{
background-color: #2DBCB2;
}
</style>
border-color css
<style>
span { border-color: #2DBCB2; }
span { border-color: rgb(45,188,178); }
td.TdClassName
{
border-color: #2DBCB2;
}
.TagClassName
{
border-color: #2DBCB2;
}
</style>