Shades of Light Sea Green #2CADA2
Tints of Light Sea Green #2CADA2
RGB
CMYK
RGB Variations
Color information
#2CADA2 (or 0x2CADA2) is known color: Light Sea Green. HEX triplet: 2C, AD and A2. RGB value is (44,173,162). Sum of RGB (Red+Green+Blue) = 44+173+162=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #2CADA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CADA2 is #D3525D. Grayscale: #858585. Windows color (decimal): -13849182 or 10661164. OLE color: 10661164.
HSL color Cylindrical-coordinate representation of color #2CADA2: hue angle of 174.88º 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 #2CADA2 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 173 | 162 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.32 |
| HSL | 174.88º | 0.59% | 0.43% | - |
| HSV(B) | 174.88º | 0.75% | 0.68% | - |
| XYZ | 22.5 | 33.03 | 39.37 | - |
| YUV | 133.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 162 | 0.75 | 0 | 0.06 | 0.32 | 174.88 | 0.59 | 0.43 |
| Hex | 2C | AD | A2 | 4B | 0 | 6 | 20 | AF | 3B | 2B |
| Octal | 54 | 255 | 242 | 113 | 0 | 6 | 40 | 257 | 73 | 53 |
| Binary | 101100 | 10101101 | 10100010 | 1001011 | 0 | 110 | 100000 | 10101111 | 111011 | 101011 |
Color Harmonies of #2CADA2
Complementary color
Monochromatic Colors of #2CADA2
Black with #2CADA2
Text Example
Text Example
White with #2CADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADA2; }
p { color: rgb(44,173,162); }
H1.HeaderClassName
{
color: #2CADA2;
}
.AnyTagClassName
{
color: #2CADA2;
}
</style>
background-color css
<style>
a { background-color: #2CADA2; }
a { background-color: rgb(44,173,162); }
div.DivClassName
{
background-color: #2CADA2;
}
.BgClassName
{
background-color: #2CADA2;
}
</style>
border-color css
<style>
span { border-color: #2CADA2; }
span { border-color: rgb(44,173,162); }
td.TdClassName
{
border-color: #2CADA2;
}
.TagClassName
{
border-color: #2CADA2;
}
</style>