Shades of Light Sea Green #2DC3B0
Tints of Light Sea Green #2DC3B0
RGB
CMYK
RGB Variations
Color information
#2DC3B0 (or 0x2DC3B0) is known color: Light Sea Green. HEX triplet: 2D, C3 and B0. RGB value is (45,195,176). Sum of RGB (Red+Green+Blue) = 45+195+176=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC3B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC3B0 is #D23C4F. Grayscale: #939393. Windows color (decimal): -13778000 or 11584301. OLE color: 11584301.
HSL color Cylindrical-coordinate representation of color #2DC3B0: hue angle of 172.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC3B0 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 176 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.24 |
| HSL | 172.4º | 0.63% | 0.47% | - |
| HSV(B) | 172.4º | 0.77% | 0.76% | - |
| XYZ | 28.43 | 42.72 | 47.82 | - |
| YUV | 147.98 | 143.81 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 176 | 0.77 | 0 | 0.10 | 0.24 | 172.4 | 0.63 | 0.47 |
| Hex | 2D | C3 | B0 | 4D | 0 | A | 18 | AC | 3E | 2F |
| Octal | 55 | 303 | 260 | 115 | 0 | 12 | 30 | 254 | 76 | 57 |
| Binary | 101101 | 11000011 | 10110000 | 1001101 | 0 | 1010 | 11000 | 10101100 | 111110 | 101111 |
Color Harmonies of #2DC3B0
Complementary color
Monochromatic Colors of #2DC3B0
Black with #2DC3B0
Text Example
Text Example
White with #2DC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC3B0; }
p { color: rgb(45,195,176); }
H1.HeaderClassName
{
color: #2DC3B0;
}
.AnyTagClassName
{
color: #2DC3B0;
}
</style>
background-color css
<style>
a { background-color: #2DC3B0; }
a { background-color: rgb(45,195,176); }
div.DivClassName
{
background-color: #2DC3B0;
}
.BgClassName
{
background-color: #2DC3B0;
}
</style>
border-color css
<style>
span { border-color: #2DC3B0; }
span { border-color: rgb(45,195,176); }
td.TdClassName
{
border-color: #2DC3B0;
}
.TagClassName
{
border-color: #2DC3B0;
}
</style>