Shades of Medium Sea Green #2BAF6A
Tints of Medium Sea Green #2BAF6A
RGB
CMYK
RGB Variations
Color information
#2BAF6A (or 0x2BAF6A) is known color: Medium Sea Green. HEX triplet: 2B, AF and 6A. RGB value is (43,175,106). Sum of RGB (Red+Green+Blue) = 43+175+106=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF6A is #D45095. Grayscale: #7F7F7F. Windows color (decimal): -13914262 or 6991659. OLE color: 6991659.
HSL color Cylindrical-coordinate representation of color #2BAF6A: hue angle of 148.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF6A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 106 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.31 |
| HSL | 148.64º | 0.61% | 0.43% | - |
| HSV(B) | 148.64º | 0.75% | 0.69% | - |
| XYZ | 18.93 | 32.21 | 18.86 | - |
| YUV | 127.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 106 | 0.75 | 0 | 0.39 | 0.31 | 148.64 | 0.61 | 0.43 |
| Hex | 2B | AF | 6A | 4B | 0 | 27 | 1F | 95 | 3D | 2B |
| Octal | 53 | 257 | 152 | 113 | 0 | 47 | 37 | 225 | 75 | 53 |
| Binary | 101011 | 10101111 | 1101010 | 1001011 | 0 | 100111 | 11111 | 10010101 | 111101 | 101011 |
Color Harmonies of #2BAF6A
Complementary color
Monochromatic Colors of #2BAF6A
Black with #2BAF6A
Text Example
Text Example
White with #2BAF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF6A; }
p { color: rgb(43,175,106); }
H1.HeaderClassName
{
color: #2BAF6A;
}
.AnyTagClassName
{
color: #2BAF6A;
}
</style>
background-color css
<style>
a { background-color: #2BAF6A; }
a { background-color: rgb(43,175,106); }
div.DivClassName
{
background-color: #2BAF6A;
}
.BgClassName
{
background-color: #2BAF6A;
}
</style>
border-color css
<style>
span { border-color: #2BAF6A; }
span { border-color: rgb(43,175,106); }
td.TdClassName
{
border-color: #2BAF6A;
}
.TagClassName
{
border-color: #2BAF6A;
}
</style>