Shades of Light Sea Green #2CBCBB
Tints of Light Sea Green #2CBCBB
RGB
CMYK
RGB Variations
Color information
#2CBCBB (or 0x2CBCBB) is known color: Light Sea Green. HEX triplet: 2C, BC and BB. RGB value is (44,188,187). Sum of RGB (Red+Green+Blue) = 44+188+187=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCBB is #D34344. Grayscale: #909090. Windows color (decimal): -13845317 or 12303404. OLE color: 12303404.
HSL color Cylindrical-coordinate representation of color #2CBCBB: hue angle of 179.58º 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 #2CBCBB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 187 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.26 |
| HSL | 179.58º | 0.62% | 0.45% | - |
| HSV(B) | 179.58º | 0.77% | 0.74% | - |
| XYZ | 27.99 | 40.09 | 53.28 | - |
| YUV | 144.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 187 | 0.77 | 0 | 0.01 | 0.26 | 179.58 | 0.62 | 0.45 |
| Hex | 2C | BC | BB | 4D | 0 | 1 | 1A | B4 | 3E | 2D |
| Octal | 54 | 274 | 273 | 115 | 0 | 1 | 32 | 264 | 76 | 55 |
| Binary | 101100 | 10111100 | 10111011 | 1001101 | 0 | 1 | 11010 | 10110100 | 111110 | 101101 |
Color Harmonies of #2CBCBB
Complementary color
Monochromatic Colors of #2CBCBB
Black with #2CBCBB
Text Example
Text Example
White with #2CBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCBB; }
p { color: rgb(44,188,187); }
H1.HeaderClassName
{
color: #2CBCBB;
}
.AnyTagClassName
{
color: #2CBCBB;
}
</style>
background-color css
<style>
a { background-color: #2CBCBB; }
a { background-color: rgb(44,188,187); }
div.DivClassName
{
background-color: #2CBCBB;
}
.BgClassName
{
background-color: #2CBCBB;
}
</style>
border-color css
<style>
span { border-color: #2CBCBB; }
span { border-color: rgb(44,188,187); }
td.TdClassName
{
border-color: #2CBCBB;
}
.TagClassName
{
border-color: #2CBCBB;
}
</style>