Shades of Light Sea Green #2BC5AF
Tints of Light Sea Green #2BC5AF
RGB
CMYK
RGB Variations
Color information
#2BC5AF (or 0x2BC5AF) is known color: Light Sea Green. HEX triplet: 2B, C5 and AF. RGB value is (43,197,175). Sum of RGB (Red+Green+Blue) = 43+197+175=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC5AF is #D43A50. Grayscale: #949494. Windows color (decimal): -13908561 or 11519275. OLE color: 11519275.
HSL color Cylindrical-coordinate representation of color #2BC5AF: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC5AF is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 175 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.23 |
| HSL | 171.43º | 0.64% | 0.47% | - |
| HSV(B) | 171.43º | 0.78% | 0.77% | - |
| XYZ | 28.7 | 43.54 | 47.45 | - |
| YUV | 148.45 | 142.98 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 175 | 0.78 | 0 | 0.11 | 0.23 | 171.43 | 0.64 | 0.47 |
| Hex | 2B | C5 | AF | 4E | 0 | B | 17 | AB | 40 | 2F |
| Octal | 53 | 305 | 257 | 116 | 0 | 13 | 27 | 253 | 100 | 57 |
| Binary | 101011 | 11000101 | 10101111 | 1001110 | 0 | 1011 | 10111 | 10101011 | 1000000 | 101111 |
Color Harmonies of #2BC5AF
Complementary color
Monochromatic Colors of #2BC5AF
Black with #2BC5AF
Text Example
Text Example
White with #2BC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC5AF; }
p { color: rgb(43,197,175); }
H1.HeaderClassName
{
color: #2BC5AF;
}
.AnyTagClassName
{
color: #2BC5AF;
}
</style>
background-color css
<style>
a { background-color: #2BC5AF; }
a { background-color: rgb(43,197,175); }
div.DivClassName
{
background-color: #2BC5AF;
}
.BgClassName
{
background-color: #2BC5AF;
}
</style>
border-color css
<style>
span { border-color: #2BC5AF; }
span { border-color: rgb(43,197,175); }
td.TdClassName
{
border-color: #2BC5AF;
}
.TagClassName
{
border-color: #2BC5AF;
}
</style>