Shades of Light Sea Green #2CADA3
Tints of Light Sea Green #2CADA3
RGB
CMYK
RGB Variations
Color information
#2CADA3 (or 0x2CADA3) is known color: Light Sea Green. HEX triplet: 2C, AD and A3. RGB value is (44,173,163). Sum of RGB (Red+Green+Blue) = 44+173+163=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #2CADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CADA3 is #D3525C. Grayscale: #858585. Windows color (decimal): -13849181 or 10726700. OLE color: 10726700.
HSL color Cylindrical-coordinate representation of color #2CADA3: hue angle of 175.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CADA3 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 173 | 163 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.32 |
| HSL | 175.35º | 0.59% | 0.43% | - |
| HSV(B) | 175.35º | 0.75% | 0.68% | - |
| XYZ | 22.59 | 33.07 | 39.84 | - |
| YUV | 133.29 | 144.76 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 163 | 0.75 | 0 | 0.06 | 0.32 | 175.35 | 0.59 | 0.43 |
| Hex | 2C | AD | A3 | 4B | 0 | 6 | 20 | AF | 3B | 2B |
| Octal | 54 | 255 | 243 | 113 | 0 | 6 | 40 | 257 | 73 | 53 |
| Binary | 101100 | 10101101 | 10100011 | 1001011 | 0 | 110 | 100000 | 10101111 | 111011 | 101011 |
Color Harmonies of #2CADA3
Complementary color
Monochromatic Colors of #2CADA3
Black with #2CADA3
Text Example
Text Example
White with #2CADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADA3; }
p { color: rgb(44,173,163); }
H1.HeaderClassName
{
color: #2CADA3;
}
.AnyTagClassName
{
color: #2CADA3;
}
</style>
background-color css
<style>
a { background-color: #2CADA3; }
a { background-color: rgb(44,173,163); }
div.DivClassName
{
background-color: #2CADA3;
}
.BgClassName
{
background-color: #2CADA3;
}
</style>
border-color css
<style>
span { border-color: #2CADA3; }
span { border-color: rgb(44,173,163); }
td.TdClassName
{
border-color: #2CADA3;
}
.TagClassName
{
border-color: #2CADA3;
}
</style>