Shades of Light Sea Green #2DC2B3
Tints of Light Sea Green #2DC2B3
RGB
CMYK
RGB Variations
Color information
#2DC2B3 (or 0x2DC2B3) is known color: Light Sea Green. HEX triplet: 2D, C2 and B3. RGB value is (45,194,179). Sum of RGB (Red+Green+Blue) = 45+194+179=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC2B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC2B3 is #D23D4C. Grayscale: #939393. Windows color (decimal): -13778253 or 11780653. OLE color: 11780653.
HSL color Cylindrical-coordinate representation of color #2DC2B3: hue angle of 173.96º 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 #2DC2B3 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 179 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.24 |
| HSL | 173.96º | 0.62% | 0.47% | - |
| HSV(B) | 173.96º | 0.77% | 0.76% | - |
| XYZ | 28.51 | 42.4 | 49.33 | - |
| YUV | 147.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 179 | 0.77 | 0 | 0.08 | 0.24 | 173.96 | 0.62 | 0.47 |
| Hex | 2D | C2 | B3 | 4D | 0 | 8 | 18 | AE | 3E | 2F |
| Octal | 55 | 302 | 263 | 115 | 0 | 10 | 30 | 256 | 76 | 57 |
| Binary | 101101 | 11000010 | 10110011 | 1001101 | 0 | 1000 | 11000 | 10101110 | 111110 | 101111 |
Color Harmonies of #2DC2B3
Complementary color
Monochromatic Colors of #2DC2B3
Black with #2DC2B3
Text Example
Text Example
White with #2DC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC2B3; }
p { color: rgb(45,194,179); }
H1.HeaderClassName
{
color: #2DC2B3;
}
.AnyTagClassName
{
color: #2DC2B3;
}
</style>
background-color css
<style>
a { background-color: #2DC2B3; }
a { background-color: rgb(45,194,179); }
div.DivClassName
{
background-color: #2DC2B3;
}
.BgClassName
{
background-color: #2DC2B3;
}
</style>
border-color css
<style>
span { border-color: #2DC2B3; }
span { border-color: rgb(45,194,179); }
td.TdClassName
{
border-color: #2DC2B3;
}
.TagClassName
{
border-color: #2DC2B3;
}
</style>