Shades of Light Sea Green #2CBEB0
Tints of Light Sea Green #2CBEB0
RGB
CMYK
RGB Variations
Color information
#2CBEB0 (or 0x2CBEB0) is known color: Light Sea Green. HEX triplet: 2C, BE and B0. RGB value is (44,190,176). Sum of RGB (Red+Green+Blue) = 44+190+176=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEB0 is #D3414F. Grayscale: #909090. Windows color (decimal): -13844816 or 11583020. OLE color: 11583020.
HSL color Cylindrical-coordinate representation of color #2CBEB0: hue angle of 174.25º 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 #2CBEB0 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 176 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.25 |
| HSL | 174.25º | 0.62% | 0.46% | - |
| HSV(B) | 174.25º | 0.77% | 0.75% | - |
| XYZ | 27.29 | 40.5 | 47.45 | - |
| YUV | 144.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 176 | 0.77 | 0 | 0.07 | 0.25 | 174.25 | 0.62 | 0.46 |
| Hex | 2C | BE | B0 | 4D | 0 | 7 | 19 | AE | 3E | 2E |
| Octal | 54 | 276 | 260 | 115 | 0 | 7 | 31 | 256 | 76 | 56 |
| Binary | 101100 | 10111110 | 10110000 | 1001101 | 0 | 111 | 11001 | 10101110 | 111110 | 101110 |
Color Harmonies of #2CBEB0
Complementary color
Monochromatic Colors of #2CBEB0
Black with #2CBEB0
Text Example
Text Example
White with #2CBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEB0; }
p { color: rgb(44,190,176); }
H1.HeaderClassName
{
color: #2CBEB0;
}
.AnyTagClassName
{
color: #2CBEB0;
}
</style>
background-color css
<style>
a { background-color: #2CBEB0; }
a { background-color: rgb(44,190,176); }
div.DivClassName
{
background-color: #2CBEB0;
}
.BgClassName
{
background-color: #2CBEB0;
}
</style>
border-color css
<style>
span { border-color: #2CBEB0; }
span { border-color: rgb(44,190,176); }
td.TdClassName
{
border-color: #2CBEB0;
}
.TagClassName
{
border-color: #2CBEB0;
}
</style>