Shades of Light Sea Green #2CA8AC
Tints of Light Sea Green #2CA8AC
RGB
CMYK
RGB Variations
Color information
#2CA8AC (or 0x2CA8AC) is known color: Light Sea Green. HEX triplet: 2C, A8 and AC. RGB value is (44,168,172). Sum of RGB (Red+Green+Blue) = 44+168+172=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #2CA8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA8AC is #D35753. Grayscale: #838383. Windows color (decimal): -13850452 or 11315244. OLE color: 11315244.
HSL color Cylindrical-coordinate representation of color #2CA8AC: hue angle of 181.88º 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 #2CA8AC is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 168 | 172 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.33 |
| HSL | 181.88º | 0.59% | 0.42% | - |
| HSV(B) | 181.88º | 0.74% | 0.67% | - |
| XYZ | 22.49 | 31.52 | 43.93 | - |
| YUV | 131.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 168 | 172 | 0.74 | 0.02 | 0 | 0.33 | 181.88 | 0.59 | 0.42 |
| Hex | 2C | A8 | AC | 4A | 2 | 0 | 21 | B6 | 3B | 2A |
| Octal | 54 | 250 | 254 | 112 | 2 | 0 | 41 | 266 | 73 | 52 |
| Binary | 101100 | 10101000 | 10101100 | 1001010 | 10 | 0 | 100001 | 10110110 | 111011 | 101010 |
Color Harmonies of #2CA8AC
Complementary color
Monochromatic Colors of #2CA8AC
Black with #2CA8AC
Text Example
Text Example
White with #2CA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA8AC; }
p { color: rgb(44,168,172); }
H1.HeaderClassName
{
color: #2CA8AC;
}
.AnyTagClassName
{
color: #2CA8AC;
}
</style>
background-color css
<style>
a { background-color: #2CA8AC; }
a { background-color: rgb(44,168,172); }
div.DivClassName
{
background-color: #2CA8AC;
}
.BgClassName
{
background-color: #2CA8AC;
}
</style>
border-color css
<style>
span { border-color: #2CA8AC; }
span { border-color: rgb(44,168,172); }
td.TdClassName
{
border-color: #2CA8AC;
}
.TagClassName
{
border-color: #2CA8AC;
}
</style>