Shades of Light Sea Green #2CA7A0
Tints of Light Sea Green #2CA7A0
RGB
CMYK
RGB Variations
Color information
#2CA7A0 (or 0x2CA7A0) is known color: Light Sea Green. HEX triplet: 2C, A7 and A0. RGB value is (44,167,160). Sum of RGB (Red+Green+Blue) = 44+167+160=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA7A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA7A0 is #D3585F. Grayscale: #818181. Windows color (decimal): -13850720 or 10528556. OLE color: 10528556.
HSL color Cylindrical-coordinate representation of color #2CA7A0: hue angle of 176.59º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA7A0 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 160 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.35 |
| HSL | 176.59º | 0.58% | 0.41% | - |
| HSV(B) | 176.59º | 0.74% | 0.65% | - |
| XYZ | 21.2 | 30.71 | 38.07 | - |
| YUV | 129.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 160 | 0.74 | 0 | 0.04 | 0.35 | 176.59 | 0.58 | 0.41 |
| Hex | 2C | A7 | A0 | 4A | 0 | 4 | 23 | B1 | 3A | 29 |
| Octal | 54 | 247 | 240 | 112 | 0 | 4 | 43 | 261 | 72 | 51 |
| Binary | 101100 | 10100111 | 10100000 | 1001010 | 0 | 100 | 100011 | 10110001 | 111010 | 101001 |
Color Harmonies of #2CA7A0
Complementary color
Monochromatic Colors of #2CA7A0
Black with #2CA7A0
Text Example
Text Example
White with #2CA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA7A0; }
p { color: rgb(44,167,160); }
H1.HeaderClassName
{
color: #2CA7A0;
}
.AnyTagClassName
{
color: #2CA7A0;
}
</style>
background-color css
<style>
a { background-color: #2CA7A0; }
a { background-color: rgb(44,167,160); }
div.DivClassName
{
background-color: #2CA7A0;
}
.BgClassName
{
background-color: #2CA7A0;
}
</style>
border-color css
<style>
span { border-color: #2CA7A0; }
span { border-color: rgb(44,167,160); }
td.TdClassName
{
border-color: #2CA7A0;
}
.TagClassName
{
border-color: #2CA7A0;
}
</style>