Shades of Light Sea Green #2CA9AC
Tints of Light Sea Green #2CA9AC
RGB
CMYK
RGB Variations
Color information
#2CA9AC (or 0x2CA9AC) is known color: Light Sea Green. HEX triplet: 2C, A9 and AC. RGB value is (44,169,172). Sum of RGB (Red+Green+Blue) = 44+169+172=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #2CA9AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA9AC is #D35653. Grayscale: #838383. Windows color (decimal): -13850196 or 11315500. OLE color: 11315500.
HSL color Cylindrical-coordinate representation of color #2CA9AC: hue angle of 181.41º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA9AC is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 169 | 172 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.33 |
| HSL | 181.41º | 0.59% | 0.42% | - |
| HSV(B) | 181.41º | 0.74% | 0.67% | - |
| XYZ | 22.67 | 31.89 | 43.99 | - |
| YUV | 131.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 169 | 172 | 0.74 | 0.02 | 0 | 0.33 | 181.41 | 0.59 | 0.42 |
| Hex | 2C | A9 | AC | 4A | 2 | 0 | 21 | B5 | 3B | 2A |
| Octal | 54 | 251 | 254 | 112 | 2 | 0 | 41 | 265 | 73 | 52 |
| Binary | 101100 | 10101001 | 10101100 | 1001010 | 10 | 0 | 100001 | 10110101 | 111011 | 101010 |
Color Harmonies of #2CA9AC
Complementary color
Monochromatic Colors of #2CA9AC
Black with #2CA9AC
Text Example
Text Example
White with #2CA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA9AC; }
p { color: rgb(44,169,172); }
H1.HeaderClassName
{
color: #2CA9AC;
}
.AnyTagClassName
{
color: #2CA9AC;
}
</style>
background-color css
<style>
a { background-color: #2CA9AC; }
a { background-color: rgb(44,169,172); }
div.DivClassName
{
background-color: #2CA9AC;
}
.BgClassName
{
background-color: #2CA9AC;
}
</style>
border-color css
<style>
span { border-color: #2CA9AC; }
span { border-color: rgb(44,169,172); }
td.TdClassName
{
border-color: #2CA9AC;
}
.TagClassName
{
border-color: #2CA9AC;
}
</style>