Shades of Light Sea Green #2DC0B2
Tints of Light Sea Green #2DC0B2
RGB
CMYK
RGB Variations
Color information
#2DC0B2 (or 0x2DC0B2) is known color: Light Sea Green. HEX triplet: 2D, C0 and B2. RGB value is (45,192,178). Sum of RGB (Red+Green+Blue) = 45+192+178=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC0B2 is #D23F4D. Grayscale: #929292. Windows color (decimal): -13778766 or 11714605. OLE color: 11714605.
HSL color Cylindrical-coordinate representation of color #2DC0B2: hue angle of 174.29º 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 #2DC0B2 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 178 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.25 |
| HSL | 174.29º | 0.62% | 0.46% | - |
| HSV(B) | 174.29º | 0.77% | 0.75% | - |
| XYZ | 27.97 | 41.47 | 48.65 | - |
| YUV | 146.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 178 | 0.77 | 0 | 0.07 | 0.25 | 174.29 | 0.62 | 0.46 |
| Hex | 2D | C0 | B2 | 4D | 0 | 7 | 19 | AE | 3E | 2E |
| Octal | 55 | 300 | 262 | 115 | 0 | 7 | 31 | 256 | 76 | 56 |
| Binary | 101101 | 11000000 | 10110010 | 1001101 | 0 | 111 | 11001 | 10101110 | 111110 | 101110 |
Color Harmonies of #2DC0B2
Complementary color
Monochromatic Colors of #2DC0B2
Black with #2DC0B2
Text Example
Text Example
White with #2DC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC0B2; }
p { color: rgb(45,192,178); }
H1.HeaderClassName
{
color: #2DC0B2;
}
.AnyTagClassName
{
color: #2DC0B2;
}
</style>
background-color css
<style>
a { background-color: #2DC0B2; }
a { background-color: rgb(45,192,178); }
div.DivClassName
{
background-color: #2DC0B2;
}
.BgClassName
{
background-color: #2DC0B2;
}
</style>
border-color css
<style>
span { border-color: #2DC0B2; }
span { border-color: rgb(45,192,178); }
td.TdClassName
{
border-color: #2DC0B2;
}
.TagClassName
{
border-color: #2DC0B2;
}
</style>