Shades of Light Sea Green #2BBAAE
Tints of Light Sea Green #2BBAAE
RGB
CMYK
RGB Variations
Color information
#2BBAAE (or 0x2BBAAE) is known color: Light Sea Green. HEX triplet: 2B, BA and AE. RGB value is (43,186,174). Sum of RGB (Red+Green+Blue) = 43+186+174=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBAAE is #D44551. Grayscale: #8D8D8D. Windows color (decimal): -13911378 or 11450923. OLE color: 11450923.
HSL color Cylindrical-coordinate representation of color #2BBAAE: hue angle of 174.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBAAE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 174 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.27 |
| HSL | 174.97º | 0.62% | 0.45% | - |
| HSV(B) | 174.97º | 0.77% | 0.73% | - |
| XYZ | 26.2 | 38.69 | 46.13 | - |
| YUV | 141.88 | 146.12 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 174 | 0.77 | 0 | 0.06 | 0.27 | 174.97 | 0.62 | 0.45 |
| Hex | 2B | BA | AE | 4D | 0 | 6 | 1B | AF | 3E | 2D |
| Octal | 53 | 272 | 256 | 115 | 0 | 6 | 33 | 257 | 76 | 55 |
| Binary | 101011 | 10111010 | 10101110 | 1001101 | 0 | 110 | 11011 | 10101111 | 111110 | 101101 |
Color Harmonies of #2BBAAE
Complementary color
Monochromatic Colors of #2BBAAE
Black with #2BBAAE
Text Example
Text Example
White with #2BBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAAE; }
p { color: rgb(43,186,174); }
H1.HeaderClassName
{
color: #2BBAAE;
}
.AnyTagClassName
{
color: #2BBAAE;
}
</style>
background-color css
<style>
a { background-color: #2BBAAE; }
a { background-color: rgb(43,186,174); }
div.DivClassName
{
background-color: #2BBAAE;
}
.BgClassName
{
background-color: #2BBAAE;
}
</style>
border-color css
<style>
span { border-color: #2BBAAE; }
span { border-color: rgb(43,186,174); }
td.TdClassName
{
border-color: #2BBAAE;
}
.TagClassName
{
border-color: #2BBAAE;
}
</style>