Shades of Light Sea Green #2BA7A3
Tints of Light Sea Green #2BA7A3
RGB
CMYK
RGB Variations
Color information
#2BA7A3 (or 0x2BA7A3) is known color: Light Sea Green. HEX triplet: 2B, A7 and A3. RGB value is (43,167,163). Sum of RGB (Red+Green+Blue) = 43+167+163=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA7A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA7A3 is #D4585C. Grayscale: #818181. Windows color (decimal): -13916253 or 10725163. OLE color: 10725163.
HSL color Cylindrical-coordinate representation of color #2BA7A3: hue angle of 178.06º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA7A3 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 163 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.35 |
| HSL | 178.06º | 0.59% | 0.41% | - |
| HSV(B) | 178.06º | 0.74% | 0.65% | - |
| XYZ | 21.43 | 30.8 | 39.47 | - |
| YUV | 129.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 163 | 0.74 | 0 | 0.02 | 0.35 | 178.06 | 0.59 | 0.41 |
| Hex | 2B | A7 | A3 | 4A | 0 | 2 | 23 | B2 | 3B | 29 |
| Octal | 53 | 247 | 243 | 112 | 0 | 2 | 43 | 262 | 73 | 51 |
| Binary | 101011 | 10100111 | 10100011 | 1001010 | 0 | 10 | 100011 | 10110010 | 111011 | 101001 |
Color Harmonies of #2BA7A3
Complementary color
Monochromatic Colors of #2BA7A3
Black with #2BA7A3
Text Example
Text Example
White with #2BA7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7A3; }
p { color: rgb(43,167,163); }
H1.HeaderClassName
{
color: #2BA7A3;
}
.AnyTagClassName
{
color: #2BA7A3;
}
</style>
background-color css
<style>
a { background-color: #2BA7A3; }
a { background-color: rgb(43,167,163); }
div.DivClassName
{
background-color: #2BA7A3;
}
.BgClassName
{
background-color: #2BA7A3;
}
</style>
border-color css
<style>
span { border-color: #2BA7A3; }
span { border-color: rgb(43,167,163); }
td.TdClassName
{
border-color: #2BA7A3;
}
.TagClassName
{
border-color: #2BA7A3;
}
</style>