Shades of Light Sea Green #2CA99F
Tints of Light Sea Green #2CA99F
RGB
CMYK
RGB Variations
Color information
#2CA99F (or 0x2CA99F) is known color: Light Sea Green. HEX triplet: 2C, A9 and 9F. RGB value is (44,169,159). Sum of RGB (Red+Green+Blue) = 44+169+159=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA99F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA99F is #D35660. Grayscale: #828282. Windows color (decimal): -13850209 or 10463532. OLE color: 10463532.
HSL color Cylindrical-coordinate representation of color #2CA99F: hue angle of 175.2º degrees, saturation: 0.59, 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 #2CA99F is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 169 | 159 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.34 |
| HSL | 175.2º | 0.59% | 0.42% | - |
| HSV(B) | 175.2º | 0.74% | 0.66% | - |
| XYZ | 21.48 | 31.41 | 37.73 | - |
| YUV | 130.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 169 | 159 | 0.74 | 0 | 0.06 | 0.34 | 175.2 | 0.59 | 0.42 |
| Hex | 2C | A9 | 9F | 4A | 0 | 6 | 22 | AF | 3B | 2A |
| Octal | 54 | 251 | 237 | 112 | 0 | 6 | 42 | 257 | 73 | 52 |
| Binary | 101100 | 10101001 | 10011111 | 1001010 | 0 | 110 | 100010 | 10101111 | 111011 | 101010 |
Color Harmonies of #2CA99F
Complementary color
Monochromatic Colors of #2CA99F
Black with #2CA99F
Text Example
Text Example
White with #2CA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA99F; }
p { color: rgb(44,169,159); }
H1.HeaderClassName
{
color: #2CA99F;
}
.AnyTagClassName
{
color: #2CA99F;
}
</style>
background-color css
<style>
a { background-color: #2CA99F; }
a { background-color: rgb(44,169,159); }
div.DivClassName
{
background-color: #2CA99F;
}
.BgClassName
{
background-color: #2CA99F;
}
</style>
border-color css
<style>
span { border-color: #2CA99F; }
span { border-color: rgb(44,169,159); }
td.TdClassName
{
border-color: #2CA99F;
}
.TagClassName
{
border-color: #2CA99F;
}
</style>