Shades of Light Sea Green #2CC6B1
Tints of Light Sea Green #2CC6B1
RGB
CMYK
RGB Variations
Color information
#2CC6B1 (or 0x2CC6B1) is known color: Light Sea Green. HEX triplet: 2C, C6 and B1. RGB value is (44,198,177). Sum of RGB (Red+Green+Blue) = 44+198+177=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC6B1 is #D3394E. Grayscale: #959595. Windows color (decimal): -13842767 or 11650604. OLE color: 11650604.
HSL color Cylindrical-coordinate representation of color #2CC6B1: hue angle of 171.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC6B1 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 177 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.22 |
| HSL | 171.82º | 0.64% | 0.47% | - |
| HSV(B) | 171.82º | 0.78% | 0.78% | - |
| XYZ | 29.17 | 44.1 | 48.57 | - |
| YUV | 149.56 | 143.48 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 177 | 0.78 | 0 | 0.11 | 0.22 | 171.82 | 0.64 | 0.47 |
| Hex | 2C | C6 | B1 | 4E | 0 | B | 16 | AC | 40 | 2F |
| Octal | 54 | 306 | 261 | 116 | 0 | 13 | 26 | 254 | 100 | 57 |
| Binary | 101100 | 11000110 | 10110001 | 1001110 | 0 | 1011 | 10110 | 10101100 | 1000000 | 101111 |
Color Harmonies of #2CC6B1
Complementary color
Monochromatic Colors of #2CC6B1
Black with #2CC6B1
Text Example
Text Example
White with #2CC6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC6B1; }
p { color: rgb(44,198,177); }
H1.HeaderClassName
{
color: #2CC6B1;
}
.AnyTagClassName
{
color: #2CC6B1;
}
</style>
background-color css
<style>
a { background-color: #2CC6B1; }
a { background-color: rgb(44,198,177); }
div.DivClassName
{
background-color: #2CC6B1;
}
.BgClassName
{
background-color: #2CC6B1;
}
</style>
border-color css
<style>
span { border-color: #2CC6B1; }
span { border-color: rgb(44,198,177); }
td.TdClassName
{
border-color: #2CC6B1;
}
.TagClassName
{
border-color: #2CC6B1;
}
</style>