Shades of Light Sea Green #2BAAAF
Tints of Light Sea Green #2BAAAF
RGB
CMYK
RGB Variations
Color information
#2BAAAF (or 0x2BAAAF) is known color: Light Sea Green. HEX triplet: 2B, AA and AF. RGB value is (43,170,175). Sum of RGB (Red+Green+Blue) = 43+170+175=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #2BAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAAAF is #D45550. Grayscale: #848484. Windows color (decimal): -13915473 or 11512363. OLE color: 11512363.
HSL color Cylindrical-coordinate representation of color #2BAAAF: hue angle of 182.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAAAF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 170 | 175 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.31 |
| HSL | 182.27º | 0.61% | 0.43% | - |
| HSV(B) | 182.27º | 0.75% | 0.69% | - |
| XYZ | 23.11 | 32.36 | 45.59 | - |
| YUV | 132.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 175 | 0.75 | 0.03 | 0 | 0.31 | 182.27 | 0.61 | 0.43 |
| Hex | 2B | AA | AF | 4B | 3 | 0 | 1F | B6 | 3D | 2B |
| Octal | 53 | 252 | 257 | 113 | 3 | 0 | 37 | 266 | 75 | 53 |
| Binary | 101011 | 10101010 | 10101111 | 1001011 | 11 | 0 | 11111 | 10110110 | 111101 | 101011 |
Color Harmonies of #2BAAAF
Complementary color
Monochromatic Colors of #2BAAAF
Black with #2BAAAF
Text Example
Text Example
White with #2BAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAAF; }
p { color: rgb(43,170,175); }
H1.HeaderClassName
{
color: #2BAAAF;
}
.AnyTagClassName
{
color: #2BAAAF;
}
</style>
background-color css
<style>
a { background-color: #2BAAAF; }
a { background-color: rgb(43,170,175); }
div.DivClassName
{
background-color: #2BAAAF;
}
.BgClassName
{
background-color: #2BAAAF;
}
</style>
border-color css
<style>
span { border-color: #2BAAAF; }
span { border-color: rgb(43,170,175); }
td.TdClassName
{
border-color: #2BAAAF;
}
.TagClassName
{
border-color: #2BAAAF;
}
</style>