Shades of Light Sea Green #2BA7AD
Tints of Light Sea Green #2BA7AD
RGB
CMYK
RGB Variations
Color information
#2BA7AD (or 0x2BA7AD) is known color: Light Sea Green. HEX triplet: 2B, A7 and AD. RGB value is (43,167,173). Sum of RGB (Red+Green+Blue) = 43+167+173=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #2BA7AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA7AD is #D45852. Grayscale: #828282. Windows color (decimal): -13916243 or 11380523. OLE color: 11380523.
HSL color Cylindrical-coordinate representation of color #2BA7AD: hue angle of 182.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA7AD is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 167 | 173 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.32 |
| HSL | 182.77º | 0.6% | 0.42% | - |
| HSV(B) | 182.77º | 0.75% | 0.68% | - |
| XYZ | 22.36 | 31.17 | 44.37 | - |
| YUV | 130.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 173 | 0.75 | 0.03 | 0 | 0.32 | 182.77 | 0.6 | 0.42 |
| Hex | 2B | A7 | AD | 4B | 3 | 0 | 20 | B7 | 3C | 2A |
| Octal | 53 | 247 | 255 | 113 | 3 | 0 | 40 | 267 | 74 | 52 |
| Binary | 101011 | 10100111 | 10101101 | 1001011 | 11 | 0 | 100000 | 10110111 | 111100 | 101010 |
Color Harmonies of #2BA7AD
Complementary color
Monochromatic Colors of #2BA7AD
Black with #2BA7AD
Text Example
Text Example
White with #2BA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7AD; }
p { color: rgb(43,167,173); }
H1.HeaderClassName
{
color: #2BA7AD;
}
.AnyTagClassName
{
color: #2BA7AD;
}
</style>
background-color css
<style>
a { background-color: #2BA7AD; }
a { background-color: rgb(43,167,173); }
div.DivClassName
{
background-color: #2BA7AD;
}
.BgClassName
{
background-color: #2BA7AD;
}
</style>
border-color css
<style>
span { border-color: #2BA7AD; }
span { border-color: rgb(43,167,173); }
td.TdClassName
{
border-color: #2BA7AD;
}
.TagClassName
{
border-color: #2BA7AD;
}
</style>