Shades of Light Sea Green #2CC0B6
Tints of Light Sea Green #2CC0B6
RGB
CMYK
RGB Variations
Color information
#2CC0B6 (or 0x2CC0B6) is known color: Light Sea Green. HEX triplet: 2C, C0 and B6. RGB value is (44,192,182). Sum of RGB (Red+Green+Blue) = 44+192+182=418 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.53% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC0B6 is #D33F49. Grayscale: #929292. Windows color (decimal): -13844298 or 11976748. OLE color: 11976748.
HSL color Cylindrical-coordinate representation of color #2CC0B6: hue angle of 175.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC0B6 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 182 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.25 |
| HSL | 175.95º | 0.63% | 0.46% | - |
| HSV(B) | 175.95º | 0.77% | 0.75% | - |
| XYZ | 28.33 | 41.61 | 50.79 | - |
| YUV | 146.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 182 | 0.77 | 0 | 0.05 | 0.25 | 175.95 | 0.63 | 0.46 |
| Hex | 2C | C0 | B6 | 4D | 0 | 5 | 19 | B0 | 3F | 2E |
| Octal | 54 | 300 | 266 | 115 | 0 | 5 | 31 | 260 | 77 | 56 |
| Binary | 101100 | 11000000 | 10110110 | 1001101 | 0 | 101 | 11001 | 10110000 | 111111 | 101110 |
Color Harmonies of #2CC0B6
Complementary color
Monochromatic Colors of #2CC0B6
Black with #2CC0B6
Text Example
Text Example
White with #2CC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC0B6; }
p { color: rgb(44,192,182); }
H1.HeaderClassName
{
color: #2CC0B6;
}
.AnyTagClassName
{
color: #2CC0B6;
}
</style>
background-color css
<style>
a { background-color: #2CC0B6; }
a { background-color: rgb(44,192,182); }
div.DivClassName
{
background-color: #2CC0B6;
}
.BgClassName
{
background-color: #2CC0B6;
}
</style>
border-color css
<style>
span { border-color: #2CC0B6; }
span { border-color: rgb(44,192,182); }
td.TdClassName
{
border-color: #2CC0B6;
}
.TagClassName
{
border-color: #2CC0B6;
}
</style>