Shades of Light Sea Green #2CBEBD
Tints of Light Sea Green #2CBEBD
RGB
CMYK
RGB Variations
Color information
#2CBEBD (or 0x2CBEBD) is known color: Light Sea Green. HEX triplet: 2C, BE and BD. RGB value is (44,190,189). Sum of RGB (Red+Green+Blue) = 44+190+189=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEBD is #D34142. Grayscale: #929292. Windows color (decimal): -13844803 or 12434988. OLE color: 12434988.
HSL color Cylindrical-coordinate representation of color #2CBEBD: hue angle of 179.59º degrees, saturation: 0.62, 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 #2CBEBD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 189 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.25 |
| HSL | 179.59º | 0.62% | 0.46% | - |
| HSV(B) | 179.59º | 0.77% | 0.75% | - |
| XYZ | 28.64 | 41.04 | 54.56 | - |
| YUV | 146.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 189 | 0.77 | 0 | 0.01 | 0.25 | 179.59 | 0.62 | 0.46 |
| Hex | 2C | BE | BD | 4D | 0 | 1 | 19 | B4 | 3E | 2E |
| Octal | 54 | 276 | 275 | 115 | 0 | 1 | 31 | 264 | 76 | 56 |
| Binary | 101100 | 10111110 | 10111101 | 1001101 | 0 | 1 | 11001 | 10110100 | 111110 | 101110 |
Color Harmonies of #2CBEBD
Complementary color
Monochromatic Colors of #2CBEBD
Black with #2CBEBD
Text Example
Text Example
White with #2CBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEBD; }
p { color: rgb(44,190,189); }
H1.HeaderClassName
{
color: #2CBEBD;
}
.AnyTagClassName
{
color: #2CBEBD;
}
</style>
background-color css
<style>
a { background-color: #2CBEBD; }
a { background-color: rgb(44,190,189); }
div.DivClassName
{
background-color: #2CBEBD;
}
.BgClassName
{
background-color: #2CBEBD;
}
</style>
border-color css
<style>
span { border-color: #2CBEBD; }
span { border-color: rgb(44,190,189); }
td.TdClassName
{
border-color: #2CBEBD;
}
.TagClassName
{
border-color: #2CBEBD;
}
</style>