Shades of Light Sea Green #2CBEB5
Tints of Light Sea Green #2CBEB5
RGB
CMYK
RGB Variations
Color information
#2CBEB5 (or 0x2CBEB5) is known color: Light Sea Green. HEX triplet: 2C, BE and B5. RGB value is (44,190,181). Sum of RGB (Red+Green+Blue) = 44+190+181=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEB5 is #D3414A. Grayscale: #919191. Windows color (decimal): -13844811 or 11910700. OLE color: 11910700.
HSL color Cylindrical-coordinate representation of color #2CBEB5: hue angle of 176.3º 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 #2CBEB5 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 181 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.25 |
| HSL | 176.3º | 0.62% | 0.46% | - |
| HSV(B) | 176.3º | 0.77% | 0.75% | - |
| XYZ | 27.79 | 40.7 | 50.11 | - |
| YUV | 145.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 181 | 0.77 | 0 | 0.05 | 0.25 | 176.3 | 0.62 | 0.46 |
| Hex | 2C | BE | B5 | 4D | 0 | 5 | 19 | B0 | 3E | 2E |
| Octal | 54 | 276 | 265 | 115 | 0 | 5 | 31 | 260 | 76 | 56 |
| Binary | 101100 | 10111110 | 10110101 | 1001101 | 0 | 101 | 11001 | 10110000 | 111110 | 101110 |
Color Harmonies of #2CBEB5
Complementary color
Monochromatic Colors of #2CBEB5
Black with #2CBEB5
Text Example
Text Example
White with #2CBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEB5; }
p { color: rgb(44,190,181); }
H1.HeaderClassName
{
color: #2CBEB5;
}
.AnyTagClassName
{
color: #2CBEB5;
}
</style>
background-color css
<style>
a { background-color: #2CBEB5; }
a { background-color: rgb(44,190,181); }
div.DivClassName
{
background-color: #2CBEB5;
}
.BgClassName
{
background-color: #2CBEB5;
}
</style>
border-color css
<style>
span { border-color: #2CBEB5; }
span { border-color: rgb(44,190,181); }
td.TdClassName
{
border-color: #2CBEB5;
}
.TagClassName
{
border-color: #2CBEB5;
}
</style>