Shades of Light Sea Green #2CA89D
Tints of Light Sea Green #2CA89D
RGB
CMYK
RGB Variations
Color information
#2CA89D (or 0x2CA89D) is known color: Light Sea Green. HEX triplet: 2C, A8 and 9D. RGB value is (44,168,157). Sum of RGB (Red+Green+Blue) = 44+168+157=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA89D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA89D is #D35762. Grayscale: #818181. Windows color (decimal): -13850467 or 10332204. OLE color: 10332204.
HSL color Cylindrical-coordinate representation of color #2CA89D: hue angle of 174.68º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA89D is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 168 | 157 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.34 |
| HSL | 174.68º | 0.58% | 0.42% | - |
| HSV(B) | 174.68º | 0.74% | 0.66% | - |
| XYZ | 21.13 | 30.98 | 36.76 | - |
| YUV | 129.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 168 | 157 | 0.74 | 0 | 0.07 | 0.34 | 174.68 | 0.58 | 0.42 |
| Hex | 2C | A8 | 9D | 4A | 0 | 7 | 22 | AF | 3A | 2A |
| Octal | 54 | 250 | 235 | 112 | 0 | 7 | 42 | 257 | 72 | 52 |
| Binary | 101100 | 10101000 | 10011101 | 1001010 | 0 | 111 | 100010 | 10101111 | 111010 | 101010 |
Color Harmonies of #2CA89D
Complementary color
Monochromatic Colors of #2CA89D
Black with #2CA89D
Text Example
Text Example
White with #2CA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA89D; }
p { color: rgb(44,168,157); }
H1.HeaderClassName
{
color: #2CA89D;
}
.AnyTagClassName
{
color: #2CA89D;
}
</style>
background-color css
<style>
a { background-color: #2CA89D; }
a { background-color: rgb(44,168,157); }
div.DivClassName
{
background-color: #2CA89D;
}
.BgClassName
{
background-color: #2CA89D;
}
</style>
border-color css
<style>
span { border-color: #2CA89D; }
span { border-color: rgb(44,168,157); }
td.TdClassName
{
border-color: #2CA89D;
}
.TagClassName
{
border-color: #2CA89D;
}
</style>