Shades of Light Sea Green #2CBCBD
Tints of Light Sea Green #2CBCBD
RGB
CMYK
RGB Variations
Color information
#2CBCBD (or 0x2CBCBD) is known color: Light Sea Green. HEX triplet: 2C, BC and BD. RGB value is (44,188,189). Sum of RGB (Red+Green+Blue) = 44+188+189=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CBCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCBD is #D34342. Grayscale: #909090. Windows color (decimal): -13845315 or 12434476. OLE color: 12434476.
HSL color Cylindrical-coordinate representation of color #2CBCBD: hue angle of 180.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBCBD is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 189 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.26 |
| HSL | 180.41º | 0.62% | 0.46% | - |
| HSV(B) | 180.41º | 0.77% | 0.74% | - |
| XYZ | 28.21 | 40.18 | 54.41 | - |
| YUV | 145.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 189 | 0.77 | 0.01 | 0 | 0.26 | 180.41 | 0.62 | 0.46 |
| Hex | 2C | BC | BD | 4D | 1 | 0 | 1A | B4 | 3E | 2E |
| Octal | 54 | 274 | 275 | 115 | 1 | 0 | 32 | 264 | 76 | 56 |
| Binary | 101100 | 10111100 | 10111101 | 1001101 | 1 | 0 | 11010 | 10110100 | 111110 | 101110 |
Color Harmonies of #2CBCBD
Complementary color
Monochromatic Colors of #2CBCBD
Black with #2CBCBD
Text Example
Text Example
White with #2CBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCBD; }
p { color: rgb(44,188,189); }
H1.HeaderClassName
{
color: #2CBCBD;
}
.AnyTagClassName
{
color: #2CBCBD;
}
</style>
background-color css
<style>
a { background-color: #2CBCBD; }
a { background-color: rgb(44,188,189); }
div.DivClassName
{
background-color: #2CBCBD;
}
.BgClassName
{
background-color: #2CBCBD;
}
</style>
border-color css
<style>
span { border-color: #2CBCBD; }
span { border-color: rgb(44,188,189); }
td.TdClassName
{
border-color: #2CBCBD;
}
.TagClassName
{
border-color: #2CBCBD;
}
</style>