Shades of Light Sea Green #2BBEC2
Tints of Light Sea Green #2BBEC2
RGB
CMYK
RGB Variations
Color information
#2BBEC2 (or 0x2BBEC2) is known color: Light Sea Green. HEX triplet: 2B, BE and C2. RGB value is (43,190,194). Sum of RGB (Red+Green+Blue) = 43+190+194=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #2BBEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEC2 is #D4413D. Grayscale: #929292. Windows color (decimal): -13910334 or 12762667. OLE color: 12762667.
HSL color Cylindrical-coordinate representation of color #2BBEC2: hue angle of 181.59º 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 #2BBEC2 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 190 | 194 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.24 |
| HSL | 181.59º | 0.64% | 0.46% | - |
| HSV(B) | 181.59º | 0.78% | 0.76% | - |
| XYZ | 29.15 | 41.24 | 57.46 | - |
| YUV | 146.5 | 154.8 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 194 | 0.78 | 0.02 | 0 | 0.24 | 181.59 | 0.64 | 0.46 |
| Hex | 2B | BE | C2 | 4E | 2 | 0 | 18 | B6 | 40 | 2E |
| Octal | 53 | 276 | 302 | 116 | 2 | 0 | 30 | 266 | 100 | 56 |
| Binary | 101011 | 10111110 | 11000010 | 1001110 | 10 | 0 | 11000 | 10110110 | 1000000 | 101110 |
Color Harmonies of #2BBEC2
Complementary color
Monochromatic Colors of #2BBEC2
Black with #2BBEC2
Text Example
Text Example
White with #2BBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEC2; }
p { color: rgb(43,190,194); }
H1.HeaderClassName
{
color: #2BBEC2;
}
.AnyTagClassName
{
color: #2BBEC2;
}
</style>
background-color css
<style>
a { background-color: #2BBEC2; }
a { background-color: rgb(43,190,194); }
div.DivClassName
{
background-color: #2BBEC2;
}
.BgClassName
{
background-color: #2BBEC2;
}
</style>
border-color css
<style>
span { border-color: #2BBEC2; }
span { border-color: rgb(43,190,194); }
td.TdClassName
{
border-color: #2BBEC2;
}
.TagClassName
{
border-color: #2BBEC2;
}
</style>