Shades of Light Sea Green #2BC6AF
Tints of Light Sea Green #2BC6AF
RGB
CMYK
RGB Variations
Color information
#2BC6AF (or 0x2BC6AF) is known color: Light Sea Green. HEX triplet: 2B, C6 and AF. RGB value is (43,198,175). Sum of RGB (Red+Green+Blue) = 43+198+175=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC6AF is #D43950. Grayscale: #949494. Windows color (decimal): -13908305 or 11519531. OLE color: 11519531.
HSL color Cylindrical-coordinate representation of color #2BC6AF: hue angle of 171.1º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC6AF is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 175 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.22 |
| HSL | 171.1º | 0.64% | 0.47% | - |
| HSV(B) | 171.1º | 0.78% | 0.78% | - |
| XYZ | 28.93 | 44 | 47.53 | - |
| YUV | 149.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 175 | 0.78 | 0 | 0.12 | 0.22 | 171.1 | 0.64 | 0.47 |
| Hex | 2B | C6 | AF | 4E | 0 | C | 16 | AB | 40 | 2F |
| Octal | 53 | 306 | 257 | 116 | 0 | 14 | 26 | 253 | 100 | 57 |
| Binary | 101011 | 11000110 | 10101111 | 1001110 | 0 | 1100 | 10110 | 10101011 | 1000000 | 101111 |
Color Harmonies of #2BC6AF
Complementary color
Monochromatic Colors of #2BC6AF
Black with #2BC6AF
Text Example
Text Example
White with #2BC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC6AF; }
p { color: rgb(43,198,175); }
H1.HeaderClassName
{
color: #2BC6AF;
}
.AnyTagClassName
{
color: #2BC6AF;
}
</style>
background-color css
<style>
a { background-color: #2BC6AF; }
a { background-color: rgb(43,198,175); }
div.DivClassName
{
background-color: #2BC6AF;
}
.BgClassName
{
background-color: #2BC6AF;
}
</style>
border-color css
<style>
span { border-color: #2BC6AF; }
span { border-color: rgb(43,198,175); }
td.TdClassName
{
border-color: #2BC6AF;
}
.TagClassName
{
border-color: #2BC6AF;
}
</style>