Shades of Light Sea Green #2CBEBA
Tints of Light Sea Green #2CBEBA
RGB
CMYK
RGB Variations
Color information
#2CBEBA (or 0x2CBEBA) is known color: Light Sea Green. HEX triplet: 2C, BE and BA. RGB value is (44,190,186). Sum of RGB (Red+Green+Blue) = 44+190+186=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEBA is #D34145. Grayscale: #919191. Windows color (decimal): -13844806 or 12238380. OLE color: 12238380.
HSL color Cylindrical-coordinate representation of color #2CBEBA: hue angle of 178.36º 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 #2CBEBA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 186 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.25 |
| HSL | 178.36º | 0.62% | 0.46% | - |
| HSV(B) | 178.36º | 0.77% | 0.75% | - |
| XYZ | 28.32 | 40.91 | 52.86 | - |
| YUV | 145.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 186 | 0.77 | 0 | 0.02 | 0.25 | 178.36 | 0.62 | 0.46 |
| Hex | 2C | BE | BA | 4D | 0 | 2 | 19 | B2 | 3E | 2E |
| Octal | 54 | 276 | 272 | 115 | 0 | 2 | 31 | 262 | 76 | 56 |
| Binary | 101100 | 10111110 | 10111010 | 1001101 | 0 | 10 | 11001 | 10110010 | 111110 | 101110 |
Color Harmonies of #2CBEBA
Complementary color
Monochromatic Colors of #2CBEBA
Black with #2CBEBA
Text Example
Text Example
White with #2CBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEBA; }
p { color: rgb(44,190,186); }
H1.HeaderClassName
{
color: #2CBEBA;
}
.AnyTagClassName
{
color: #2CBEBA;
}
</style>
background-color css
<style>
a { background-color: #2CBEBA; }
a { background-color: rgb(44,190,186); }
div.DivClassName
{
background-color: #2CBEBA;
}
.BgClassName
{
background-color: #2CBEBA;
}
</style>
border-color css
<style>
span { border-color: #2CBEBA; }
span { border-color: rgb(44,190,186); }
td.TdClassName
{
border-color: #2CBEBA;
}
.TagClassName
{
border-color: #2CBEBA;
}
</style>