Shades of Light Sea Green #2CAC9F
Tints of Light Sea Green #2CAC9F
RGB
CMYK
RGB Variations
Color information
#2CAC9F (or 0x2CAC9F) is known color: Light Sea Green. HEX triplet: 2C, AC and 9F. RGB value is (44,172,159). Sum of RGB (Red+Green+Blue) = 44+172+159=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC9F is #D35360. Grayscale: #848484. Windows color (decimal): -13849441 or 10464300. OLE color: 10464300.
HSL color Cylindrical-coordinate representation of color #2CAC9F: hue angle of 173.91º 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 #2CAC9F is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 159 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.33 |
| HSL | 173.91º | 0.59% | 0.42% | - |
| HSV(B) | 173.91º | 0.74% | 0.67% | - |
| XYZ | 22.05 | 32.54 | 37.92 | - |
| YUV | 132.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 159 | 0.74 | 0 | 0.08 | 0.33 | 173.91 | 0.59 | 0.42 |
| Hex | 2C | AC | 9F | 4A | 0 | 8 | 21 | AE | 3B | 2A |
| Octal | 54 | 254 | 237 | 112 | 0 | 10 | 41 | 256 | 73 | 52 |
| Binary | 101100 | 10101100 | 10011111 | 1001010 | 0 | 1000 | 100001 | 10101110 | 111011 | 101010 |
Color Harmonies of #2CAC9F
Complementary color
Monochromatic Colors of #2CAC9F
Black with #2CAC9F
Text Example
Text Example
White with #2CAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC9F; }
p { color: rgb(44,172,159); }
H1.HeaderClassName
{
color: #2CAC9F;
}
.AnyTagClassName
{
color: #2CAC9F;
}
</style>
background-color css
<style>
a { background-color: #2CAC9F; }
a { background-color: rgb(44,172,159); }
div.DivClassName
{
background-color: #2CAC9F;
}
.BgClassName
{
background-color: #2CAC9F;
}
</style>
border-color css
<style>
span { border-color: #2CAC9F; }
span { border-color: rgb(44,172,159); }
td.TdClassName
{
border-color: #2CAC9F;
}
.TagClassName
{
border-color: #2CAC9F;
}
</style>