Shades of Light Sea Green #2DCAB3
Tints of Light Sea Green #2DCAB3
RGB
CMYK
RGB Variations
Color information
#2DCAB3 (or 0x2DCAB3) is known color: Light Sea Green. HEX triplet: 2D, CA and B3. RGB value is (45,202,179). Sum of RGB (Red+Green+Blue) = 45+202+179=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCAB3 is #D2354C. Grayscale: #989898. Windows color (decimal): -13776205 or 11782701. OLE color: 11782701.
HSL color Cylindrical-coordinate representation of color #2DCAB3: hue angle of 171.21º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCAB3 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 179 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.21 |
| HSL | 171.21º | 0.64% | 0.48% | - |
| HSV(B) | 171.21º | 0.78% | 0.79% | - |
| XYZ | 30.34 | 46.05 | 49.94 | - |
| YUV | 152.44 | 142.99 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 179 | 0.78 | 0 | 0.11 | 0.21 | 171.21 | 0.64 | 0.48 |
| Hex | 2D | CA | B3 | 4E | 0 | B | 15 | AB | 40 | 30 |
| Octal | 55 | 312 | 263 | 116 | 0 | 13 | 25 | 253 | 100 | 60 |
| Binary | 101101 | 11001010 | 10110011 | 1001110 | 0 | 1011 | 10101 | 10101011 | 1000000 | 110000 |
Color Harmonies of #2DCAB3
Complementary color
Monochromatic Colors of #2DCAB3
Black with #2DCAB3
Text Example
Text Example
White with #2DCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAB3; }
p { color: rgb(45,202,179); }
H1.HeaderClassName
{
color: #2DCAB3;
}
.AnyTagClassName
{
color: #2DCAB3;
}
</style>
background-color css
<style>
a { background-color: #2DCAB3; }
a { background-color: rgb(45,202,179); }
div.DivClassName
{
background-color: #2DCAB3;
}
.BgClassName
{
background-color: #2DCAB3;
}
</style>
border-color css
<style>
span { border-color: #2DCAB3; }
span { border-color: rgb(45,202,179); }
td.TdClassName
{
border-color: #2DCAB3;
}
.TagClassName
{
border-color: #2DCAB3;
}
</style>