Shades of Light Sea Green #2DBCB7
Tints of Light Sea Green #2DBCB7
RGB
CMYK
RGB Variations
Color information
#2DBCB7 (or 0x2DBCB7) is known color: Light Sea Green. HEX triplet: 2D, BC and B7. RGB value is (45,188,183). Sum of RGB (Red+Green+Blue) = 45+188+183=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCB7 is #D24348. Grayscale: #909090. Windows color (decimal): -13779785 or 12041261. OLE color: 12041261.
HSL color Cylindrical-coordinate representation of color #2DBCB7: hue angle of 177.9º 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 #2DBCB7 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 183 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.26 |
| HSL | 177.9º | 0.61% | 0.46% | - |
| HSV(B) | 177.9º | 0.76% | 0.74% | - |
| XYZ | 27.61 | 39.94 | 51.05 | - |
| YUV | 144.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 183 | 0.76 | 0 | 0.03 | 0.26 | 177.9 | 0.61 | 0.46 |
| Hex | 2D | BC | B7 | 4C | 0 | 3 | 1A | B2 | 3D | 2E |
| Octal | 55 | 274 | 267 | 114 | 0 | 3 | 32 | 262 | 75 | 56 |
| Binary | 101101 | 10111100 | 10110111 | 1001100 | 0 | 11 | 11010 | 10110010 | 111101 | 101110 |
Color Harmonies of #2DBCB7
Complementary color
Monochromatic Colors of #2DBCB7
Black with #2DBCB7
Text Example
Text Example
White with #2DBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCB7; }
p { color: rgb(45,188,183); }
H1.HeaderClassName
{
color: #2DBCB7;
}
.AnyTagClassName
{
color: #2DBCB7;
}
</style>
background-color css
<style>
a { background-color: #2DBCB7; }
a { background-color: rgb(45,188,183); }
div.DivClassName
{
background-color: #2DBCB7;
}
.BgClassName
{
background-color: #2DBCB7;
}
</style>
border-color css
<style>
span { border-color: #2DBCB7; }
span { border-color: rgb(45,188,183); }
td.TdClassName
{
border-color: #2DBCB7;
}
.TagClassName
{
border-color: #2DBCB7;
}
</style>