Shades of Light Sea Green #2BBEB2
Tints of Light Sea Green #2BBEB2
RGB
CMYK
RGB Variations
Color information
#2BBEB2 (or 0x2BBEB2) is known color: Light Sea Green. HEX triplet: 2B, BE and B2. RGB value is (43,190,178). Sum of RGB (Red+Green+Blue) = 43+190+178=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEB2 is #D4414D. Grayscale: #909090. Windows color (decimal): -13910350 or 11714091. OLE color: 11714091.
HSL color Cylindrical-coordinate representation of color #2BBEB2: hue angle of 175.1º degrees, saturation: 0.63, 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 #2BBEB2 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 178 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.25 |
| HSL | 175.1º | 0.63% | 0.46% | - |
| HSV(B) | 175.1º | 0.77% | 0.75% | - |
| XYZ | 27.45 | 40.55 | 48.5 | - |
| YUV | 144.68 | 146.8 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 178 | 0.77 | 0 | 0.06 | 0.25 | 175.1 | 0.63 | 0.46 |
| Hex | 2B | BE | B2 | 4D | 0 | 6 | 19 | AF | 3F | 2E |
| Octal | 53 | 276 | 262 | 115 | 0 | 6 | 31 | 257 | 77 | 56 |
| Binary | 101011 | 10111110 | 10110010 | 1001101 | 0 | 110 | 11001 | 10101111 | 111111 | 101110 |
Color Harmonies of #2BBEB2
Complementary color
Monochromatic Colors of #2BBEB2
Black with #2BBEB2
Text Example
Text Example
White with #2BBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEB2; }
p { color: rgb(43,190,178); }
H1.HeaderClassName
{
color: #2BBEB2;
}
.AnyTagClassName
{
color: #2BBEB2;
}
</style>
background-color css
<style>
a { background-color: #2BBEB2; }
a { background-color: rgb(43,190,178); }
div.DivClassName
{
background-color: #2BBEB2;
}
.BgClassName
{
background-color: #2BBEB2;
}
</style>
border-color css
<style>
span { border-color: #2BBEB2; }
span { border-color: rgb(43,190,178); }
td.TdClassName
{
border-color: #2BBEB2;
}
.TagClassName
{
border-color: #2BBEB2;
}
</style>