Shades of Light Sea Green #2BA99D
Tints of Light Sea Green #2BA99D
RGB
CMYK
RGB Variations
Color information
#2BA99D (or 0x2BA99D) is known color: Light Sea Green. HEX triplet: 2B, A9 and 9D. RGB value is (43,169,157). Sum of RGB (Red+Green+Blue) = 43+169+157=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA99D is #D45662. Grayscale: #818181. Windows color (decimal): -13915747 or 10332459. OLE color: 10332459.
HSL color Cylindrical-coordinate representation of color #2BA99D: hue angle of 174.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA99D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 157 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.34 |
| HSL | 174.29º | 0.59% | 0.42% | - |
| HSV(B) | 174.29º | 0.75% | 0.66% | - |
| XYZ | 21.27 | 31.32 | 36.82 | - |
| YUV | 129.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 157 | 0.75 | 0 | 0.07 | 0.34 | 174.29 | 0.59 | 0.42 |
| Hex | 2B | A9 | 9D | 4B | 0 | 7 | 22 | AE | 3B | 2A |
| Octal | 53 | 251 | 235 | 113 | 0 | 7 | 42 | 256 | 73 | 52 |
| Binary | 101011 | 10101001 | 10011101 | 1001011 | 0 | 111 | 100010 | 10101110 | 111011 | 101010 |
Color Harmonies of #2BA99D
Complementary color
Monochromatic Colors of #2BA99D
Black with #2BA99D
Text Example
Text Example
White with #2BA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA99D; }
p { color: rgb(43,169,157); }
H1.HeaderClassName
{
color: #2BA99D;
}
.AnyTagClassName
{
color: #2BA99D;
}
</style>
background-color css
<style>
a { background-color: #2BA99D; }
a { background-color: rgb(43,169,157); }
div.DivClassName
{
background-color: #2BA99D;
}
.BgClassName
{
background-color: #2BA99D;
}
</style>
border-color css
<style>
span { border-color: #2BA99D; }
span { border-color: rgb(43,169,157); }
td.TdClassName
{
border-color: #2BA99D;
}
.TagClassName
{
border-color: #2BA99D;
}
</style>