Shades of Light Sea Green #2BBEC1
Tints of Light Sea Green #2BBEC1
RGB
CMYK
RGB Variations
Color information
#2BBEC1 (or 0x2BBEC1) is known color: Light Sea Green. HEX triplet: 2B, BE and C1. RGB value is (43,190,193). Sum of RGB (Red+Green+Blue) = 43+190+193=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #2BBEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEC1 is #D4413E. Grayscale: #929292. Windows color (decimal): -13910335 or 12697131. OLE color: 12697131.
HSL color Cylindrical-coordinate representation of color #2BBEC1: hue angle of 181.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBEC1 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 190 | 193 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.24 |
| HSL | 181.2º | 0.64% | 0.46% | - |
| HSV(B) | 181.2º | 0.78% | 0.76% | - |
| XYZ | 29.04 | 41.19 | 56.87 | - |
| YUV | 146.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 193 | 0.78 | 0.02 | 0 | 0.24 | 181.2 | 0.64 | 0.46 |
| Hex | 2B | BE | C1 | 4E | 2 | 0 | 18 | B5 | 40 | 2E |
| Octal | 53 | 276 | 301 | 116 | 2 | 0 | 30 | 265 | 100 | 56 |
| Binary | 101011 | 10111110 | 11000001 | 1001110 | 10 | 0 | 11000 | 10110101 | 1000000 | 101110 |
Color Harmonies of #2BBEC1
Complementary color
Monochromatic Colors of #2BBEC1
Black with #2BBEC1
Text Example
Text Example
White with #2BBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEC1; }
p { color: rgb(43,190,193); }
H1.HeaderClassName
{
color: #2BBEC1;
}
.AnyTagClassName
{
color: #2BBEC1;
}
</style>
background-color css
<style>
a { background-color: #2BBEC1; }
a { background-color: rgb(43,190,193); }
div.DivClassName
{
background-color: #2BBEC1;
}
.BgClassName
{
background-color: #2BBEC1;
}
</style>
border-color css
<style>
span { border-color: #2BBEC1; }
span { border-color: rgb(43,190,193); }
td.TdClassName
{
border-color: #2BBEC1;
}
.TagClassName
{
border-color: #2BBEC1;
}
</style>