Shades of Light Sea Green #2DC0B8
Tints of Light Sea Green #2DC0B8
RGB
CMYK
RGB Variations
Color information
#2DC0B8 (or 0x2DC0B8) is known color: Light Sea Green. HEX triplet: 2D, C0 and B8. RGB value is (45,192,184). Sum of RGB (Red+Green+Blue) = 45+192+184=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC0B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC0B8 is #D23F47. Grayscale: #939393. Windows color (decimal): -13778760 or 12107821. OLE color: 12107821.
HSL color Cylindrical-coordinate representation of color #2DC0B8: hue angle of 176.73º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC0B8 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 184 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.25 |
| HSL | 176.73º | 0.62% | 0.46% | - |
| HSV(B) | 176.73º | 0.77% | 0.75% | - |
| XYZ | 28.58 | 41.72 | 51.89 | - |
| YUV | 147.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 184 | 0.77 | 0 | 0.04 | 0.25 | 176.73 | 0.62 | 0.46 |
| Hex | 2D | C0 | B8 | 4D | 0 | 4 | 19 | B1 | 3E | 2E |
| Octal | 55 | 300 | 270 | 115 | 0 | 4 | 31 | 261 | 76 | 56 |
| Binary | 101101 | 11000000 | 10111000 | 1001101 | 0 | 100 | 11001 | 10110001 | 111110 | 101110 |
Color Harmonies of #2DC0B8
Complementary color
Monochromatic Colors of #2DC0B8
Black with #2DC0B8
Text Example
Text Example
White with #2DC0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC0B8; }
p { color: rgb(45,192,184); }
H1.HeaderClassName
{
color: #2DC0B8;
}
.AnyTagClassName
{
color: #2DC0B8;
}
</style>
background-color css
<style>
a { background-color: #2DC0B8; }
a { background-color: rgb(45,192,184); }
div.DivClassName
{
background-color: #2DC0B8;
}
.BgClassName
{
background-color: #2DC0B8;
}
</style>
border-color css
<style>
span { border-color: #2DC0B8; }
span { border-color: rgb(45,192,184); }
td.TdClassName
{
border-color: #2DC0B8;
}
.TagClassName
{
border-color: #2DC0B8;
}
</style>