Shades of Light Sea Green #2CADA9
Tints of Light Sea Green #2CADA9
RGB
CMYK
RGB Variations
Color information
#2CADA9 (or 0x2CADA9) is known color: Light Sea Green. HEX triplet: 2C, AD and A9. RGB value is (44,173,169). Sum of RGB (Red+Green+Blue) = 44+173+169=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #2CADA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CADA9 is #D35256. Grayscale: #858585. Windows color (decimal): -13849175 or 11119916. OLE color: 11119916.
HSL color Cylindrical-coordinate representation of color #2CADA9: hue angle of 178.14º 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 #2CADA9 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 173 | 169 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.32 |
| HSL | 178.14º | 0.59% | 0.43% | - |
| HSV(B) | 178.14º | 0.75% | 0.68% | - |
| XYZ | 23.14 | 33.29 | 42.74 | - |
| YUV | 133.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 169 | 0.75 | 0 | 0.02 | 0.32 | 178.14 | 0.59 | 0.43 |
| Hex | 2C | AD | A9 | 4B | 0 | 2 | 20 | B2 | 3B | 2B |
| Octal | 54 | 255 | 251 | 113 | 0 | 2 | 40 | 262 | 73 | 53 |
| Binary | 101100 | 10101101 | 10101001 | 1001011 | 0 | 10 | 100000 | 10110010 | 111011 | 101011 |
Color Harmonies of #2CADA9
Complementary color
Monochromatic Colors of #2CADA9
Black with #2CADA9
Text Example
Text Example
White with #2CADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADA9; }
p { color: rgb(44,173,169); }
H1.HeaderClassName
{
color: #2CADA9;
}
.AnyTagClassName
{
color: #2CADA9;
}
</style>
background-color css
<style>
a { background-color: #2CADA9; }
a { background-color: rgb(44,173,169); }
div.DivClassName
{
background-color: #2CADA9;
}
.BgClassName
{
background-color: #2CADA9;
}
</style>
border-color css
<style>
span { border-color: #2CADA9; }
span { border-color: rgb(44,173,169); }
td.TdClassName
{
border-color: #2CADA9;
}
.TagClassName
{
border-color: #2CADA9;
}
</style>