Shades of Light Sea Green #2CBCBC
Tints of Light Sea Green #2CBCBC
RGB
CMYK
RGB Variations
Color information
#2CBCBC (or 0x2CBCBC) is known color: Light Sea Green. HEX triplet: 2C, BC and BC. RGB value is (44,188,188). Sum of RGB (Red+Green+Blue) = 44+188+188=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #2CBCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCBC is #D34343. Grayscale: #909090. Windows color (decimal): -13845316 or 12368940. OLE color: 12368940.
HSL color Cylindrical-coordinate representation of color #2CBCBC: hue angle of 180º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBCBC is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 188 | - |
| CMYK | 0.77 | 0 | 0 | 0.26 |
| HSL | 180º | 0.62% | 0.45% | - |
| HSV(B) | 180º | 0.77% | 0.74% | - |
| XYZ | 28.1 | 40.13 | 53.84 | - |
| YUV | 144.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 188 | 0.77 | 0 | 0 | 0.26 | 180 | 0.62 | 0.45 |
| Hex | 2C | BC | BC | 4D | 0 | 0 | 1A | B4 | 3E | 2D |
| Octal | 54 | 274 | 274 | 115 | 0 | 0 | 32 | 264 | 76 | 55 |
| Binary | 101100 | 10111100 | 10111100 | 1001101 | 0 | 0 | 11010 | 10110100 | 111110 | 101101 |
Color Harmonies of #2CBCBC
Complementary color
Monochromatic Colors of #2CBCBC
Black with #2CBCBC
Text Example
Text Example
White with #2CBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCBC; }
p { color: rgb(44,188,188); }
H1.HeaderClassName
{
color: #2CBCBC;
}
.AnyTagClassName
{
color: #2CBCBC;
}
</style>
background-color css
<style>
a { background-color: #2CBCBC; }
a { background-color: rgb(44,188,188); }
div.DivClassName
{
background-color: #2CBCBC;
}
.BgClassName
{
background-color: #2CBCBC;
}
</style>
border-color css
<style>
span { border-color: #2CBCBC; }
span { border-color: rgb(44,188,188); }
td.TdClassName
{
border-color: #2CBCBC;
}
.TagClassName
{
border-color: #2CBCBC;
}
</style>