Shades of Light Sea Green #2CBEB1
Tints of Light Sea Green #2CBEB1
RGB
CMYK
RGB Variations
Color information
#2CBEB1 (or 0x2CBEB1) is known color: Light Sea Green. HEX triplet: 2C, BE and B1. RGB value is (44,190,177). Sum of RGB (Red+Green+Blue) = 44+190+177=411 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.71% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEB1 is #D3414E. Grayscale: #909090. Windows color (decimal): -13844815 or 11648556. OLE color: 11648556.
HSL color Cylindrical-coordinate representation of color #2CBEB1: hue angle of 174.66º 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 #2CBEB1 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 177 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.25 |
| HSL | 174.66º | 0.62% | 0.46% | - |
| HSV(B) | 174.66º | 0.77% | 0.75% | - |
| XYZ | 27.39 | 40.54 | 47.98 | - |
| YUV | 144.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 177 | 0.77 | 0 | 0.07 | 0.25 | 174.66 | 0.62 | 0.46 |
| Hex | 2C | BE | B1 | 4D | 0 | 7 | 19 | AF | 3E | 2E |
| Octal | 54 | 276 | 261 | 115 | 0 | 7 | 31 | 257 | 76 | 56 |
| Binary | 101100 | 10111110 | 10110001 | 1001101 | 0 | 111 | 11001 | 10101111 | 111110 | 101110 |
Color Harmonies of #2CBEB1
Complementary color
Monochromatic Colors of #2CBEB1
Black with #2CBEB1
Text Example
Text Example
White with #2CBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEB1; }
p { color: rgb(44,190,177); }
H1.HeaderClassName
{
color: #2CBEB1;
}
.AnyTagClassName
{
color: #2CBEB1;
}
</style>
background-color css
<style>
a { background-color: #2CBEB1; }
a { background-color: rgb(44,190,177); }
div.DivClassName
{
background-color: #2CBEB1;
}
.BgClassName
{
background-color: #2CBEB1;
}
</style>
border-color css
<style>
span { border-color: #2CBEB1; }
span { border-color: rgb(44,190,177); }
td.TdClassName
{
border-color: #2CBEB1;
}
.TagClassName
{
border-color: #2CBEB1;
}
</style>