Shades of Light Sea Green #2CBCC0
Tints of Light Sea Green #2CBCC0
RGB
CMYK
RGB Variations
Color information
#2CBCC0 (or 0x2CBCC0) is known color: Light Sea Green. HEX triplet: 2C, BC and C0. RGB value is (44,188,192). Sum of RGB (Red+Green+Blue) = 44+188+192=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #2CBCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCC0 is #D3433F. Grayscale: #919191. Windows color (decimal): -13845312 or 12631084. OLE color: 12631084.
HSL color Cylindrical-coordinate representation of color #2CBCC0: hue angle of 181.62º 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 #2CBCC0 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 188 | 192 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.25 |
| HSL | 181.62º | 0.63% | 0.46% | - |
| HSV(B) | 181.62º | 0.77% | 0.75% | - |
| XYZ | 28.54 | 40.31 | 56.15 | - |
| YUV | 145.4 | 154.29 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 192 | 0.77 | 0.02 | 0 | 0.25 | 181.62 | 0.63 | 0.46 |
| Hex | 2C | BC | C0 | 4D | 2 | 0 | 19 | B6 | 3F | 2E |
| Octal | 54 | 274 | 300 | 115 | 2 | 0 | 31 | 266 | 77 | 56 |
| Binary | 101100 | 10111100 | 11000000 | 1001101 | 10 | 0 | 11001 | 10110110 | 111111 | 101110 |
Color Harmonies of #2CBCC0
Complementary color
Monochromatic Colors of #2CBCC0
Black with #2CBCC0
Text Example
Text Example
White with #2CBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCC0; }
p { color: rgb(44,188,192); }
H1.HeaderClassName
{
color: #2CBCC0;
}
.AnyTagClassName
{
color: #2CBCC0;
}
</style>
background-color css
<style>
a { background-color: #2CBCC0; }
a { background-color: rgb(44,188,192); }
div.DivClassName
{
background-color: #2CBCC0;
}
.BgClassName
{
background-color: #2CBCC0;
}
</style>
border-color css
<style>
span { border-color: #2CBCC0; }
span { border-color: rgb(44,188,192); }
td.TdClassName
{
border-color: #2CBCC0;
}
.TagClassName
{
border-color: #2CBCC0;
}
</style>