Shades of Light Sea Green #2BAFA6
Tints of Light Sea Green #2BAFA6
RGB
CMYK
RGB Variations
Color information
#2BAFA6 (or 0x2BAFA6) is known color: Light Sea Green. HEX triplet: 2B, AF and A6. RGB value is (43,175,166). Sum of RGB (Red+Green+Blue) = 43+175+166=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAFA6 is #D45059. Grayscale: #868686. Windows color (decimal): -13914202 or 10923819. OLE color: 10923819.
HSL color Cylindrical-coordinate representation of color #2BAFA6: hue angle of 175.91º 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 #2BAFA6 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 166 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.31 |
| HSL | 175.91º | 0.61% | 0.43% | - |
| HSV(B) | 175.91º | 0.75% | 0.69% | - |
| XYZ | 23.21 | 33.93 | 41.4 | - |
| YUV | 134.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 166 | 0.75 | 0 | 0.05 | 0.31 | 175.91 | 0.61 | 0.43 |
| Hex | 2B | AF | A6 | 4B | 0 | 5 | 1F | B0 | 3D | 2B |
| Octal | 53 | 257 | 246 | 113 | 0 | 5 | 37 | 260 | 75 | 53 |
| Binary | 101011 | 10101111 | 10100110 | 1001011 | 0 | 101 | 11111 | 10110000 | 111101 | 101011 |
Color Harmonies of #2BAFA6
Complementary color
Monochromatic Colors of #2BAFA6
Black with #2BAFA6
Text Example
Text Example
White with #2BAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFA6; }
p { color: rgb(43,175,166); }
H1.HeaderClassName
{
color: #2BAFA6;
}
.AnyTagClassName
{
color: #2BAFA6;
}
</style>
background-color css
<style>
a { background-color: #2BAFA6; }
a { background-color: rgb(43,175,166); }
div.DivClassName
{
background-color: #2BAFA6;
}
.BgClassName
{
background-color: #2BAFA6;
}
</style>
border-color css
<style>
span { border-color: #2BAFA6; }
span { border-color: rgb(43,175,166); }
td.TdClassName
{
border-color: #2BAFA6;
}
.TagClassName
{
border-color: #2BAFA6;
}
</style>