Shades of Light Sea Green #2CA7AC
Tints of Light Sea Green #2CA7AC
RGB
CMYK
RGB Variations
Color information
#2CA7AC (or 0x2CA7AC) is known color: Light Sea Green. HEX triplet: 2C, A7 and AC. RGB value is (44,167,172). Sum of RGB (Red+Green+Blue) = 44+167+172=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #2CA7AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA7AC is #D35853. Grayscale: #828282. Windows color (decimal): -13850708 or 11314988. OLE color: 11314988.
HSL color Cylindrical-coordinate representation of color #2CA7AC: hue angle of 182.34º 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 #2CA7AC is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 167 | 172 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.33 |
| HSL | 182.34º | 0.59% | 0.42% | - |
| HSV(B) | 182.34º | 0.74% | 0.67% | - |
| XYZ | 22.3 | 31.15 | 43.87 | - |
| YUV | 130.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 172 | 0.74 | 0.03 | 0 | 0.33 | 182.34 | 0.59 | 0.42 |
| Hex | 2C | A7 | AC | 4A | 3 | 0 | 21 | B6 | 3B | 2A |
| Octal | 54 | 247 | 254 | 112 | 3 | 0 | 41 | 266 | 73 | 52 |
| Binary | 101100 | 10100111 | 10101100 | 1001010 | 11 | 0 | 100001 | 10110110 | 111011 | 101010 |
Color Harmonies of #2CA7AC
Complementary color
Monochromatic Colors of #2CA7AC
Black with #2CA7AC
Text Example
Text Example
White with #2CA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA7AC; }
p { color: rgb(44,167,172); }
H1.HeaderClassName
{
color: #2CA7AC;
}
.AnyTagClassName
{
color: #2CA7AC;
}
</style>
background-color css
<style>
a { background-color: #2CA7AC; }
a { background-color: rgb(44,167,172); }
div.DivClassName
{
background-color: #2CA7AC;
}
.BgClassName
{
background-color: #2CA7AC;
}
</style>
border-color css
<style>
span { border-color: #2CA7AC; }
span { border-color: rgb(44,167,172); }
td.TdClassName
{
border-color: #2CA7AC;
}
.TagClassName
{
border-color: #2CA7AC;
}
</style>