Shades of Light Sea Green #2BAEA0
Tints of Light Sea Green #2BAEA0
RGB
CMYK
RGB Variations
Color information
#2BAEA0 (or 0x2BAEA0) is known color: Light Sea Green. HEX triplet: 2B, AE and A0. RGB value is (43,174,160). Sum of RGB (Red+Green+Blue) = 43+174+160=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAEA0 is #D4515F. Grayscale: #858585. Windows color (decimal): -13914464 or 10530347. OLE color: 10530347.
HSL color Cylindrical-coordinate representation of color #2BAEA0: hue angle of 173.59º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAEA0 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 160 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.32 |
| HSL | 173.59º | 0.6% | 0.43% | - |
| HSV(B) | 173.59º | 0.75% | 0.68% | - |
| XYZ | 22.48 | 33.32 | 38.51 | - |
| YUV | 133.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 160 | 0.75 | 0 | 0.08 | 0.32 | 173.59 | 0.6 | 0.43 |
| Hex | 2B | AE | A0 | 4B | 0 | 8 | 20 | AE | 3C | 2B |
| Octal | 53 | 256 | 240 | 113 | 0 | 10 | 40 | 256 | 74 | 53 |
| Binary | 101011 | 10101110 | 10100000 | 1001011 | 0 | 1000 | 100000 | 10101110 | 111100 | 101011 |
Color Harmonies of #2BAEA0
Complementary color
Monochromatic Colors of #2BAEA0
Black with #2BAEA0
Text Example
Text Example
White with #2BAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEA0; }
p { color: rgb(43,174,160); }
H1.HeaderClassName
{
color: #2BAEA0;
}
.AnyTagClassName
{
color: #2BAEA0;
}
</style>
background-color css
<style>
a { background-color: #2BAEA0; }
a { background-color: rgb(43,174,160); }
div.DivClassName
{
background-color: #2BAEA0;
}
.BgClassName
{
background-color: #2BAEA0;
}
</style>
border-color css
<style>
span { border-color: #2BAEA0; }
span { border-color: rgb(43,174,160); }
td.TdClassName
{
border-color: #2BAEA0;
}
.TagClassName
{
border-color: #2BAEA0;
}
</style>