Shades of Light Sea Green #2DBCB6
Tints of Light Sea Green #2DBCB6
RGB
CMYK
RGB Variations
Color information
#2DBCB6 (or 0x2DBCB6) is known color: Light Sea Green. HEX triplet: 2D, BC and B6. RGB value is (45,188,182). Sum of RGB (Red+Green+Blue) = 45+188+182=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCB6 is #D24349. Grayscale: #909090. Windows color (decimal): -13779786 or 11975725. OLE color: 11975725.
HSL color Cylindrical-coordinate representation of color #2DBCB6: hue angle of 177.48º 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 #2DBCB6 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 182 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.26 |
| HSL | 177.48º | 0.61% | 0.46% | - |
| HSV(B) | 177.48º | 0.76% | 0.74% | - |
| XYZ | 27.51 | 39.9 | 50.51 | - |
| YUV | 144.56 | 149.12 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 182 | 0.76 | 0 | 0.03 | 0.26 | 177.48 | 0.61 | 0.46 |
| Hex | 2D | BC | B6 | 4C | 0 | 3 | 1A | B1 | 3D | 2E |
| Octal | 55 | 274 | 266 | 114 | 0 | 3 | 32 | 261 | 75 | 56 |
| Binary | 101101 | 10111100 | 10110110 | 1001100 | 0 | 11 | 11010 | 10110001 | 111101 | 101110 |
Color Harmonies of #2DBCB6
Complementary color
Monochromatic Colors of #2DBCB6
Black with #2DBCB6
Text Example
Text Example
White with #2DBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCB6; }
p { color: rgb(45,188,182); }
H1.HeaderClassName
{
color: #2DBCB6;
}
.AnyTagClassName
{
color: #2DBCB6;
}
</style>
background-color css
<style>
a { background-color: #2DBCB6; }
a { background-color: rgb(45,188,182); }
div.DivClassName
{
background-color: #2DBCB6;
}
.BgClassName
{
background-color: #2DBCB6;
}
</style>
border-color css
<style>
span { border-color: #2DBCB6; }
span { border-color: rgb(45,188,182); }
td.TdClassName
{
border-color: #2DBCB6;
}
.TagClassName
{
border-color: #2DBCB6;
}
</style>