Shades of Medium Sea Green #2FB168
Tints of Medium Sea Green #2FB168
RGB
CMYK
RGB Variations
Color information
#2FB168 (or 0x2FB168) is known color: Medium Sea Green. HEX triplet: 2F, B1 and 68. RGB value is (47,177,104). Sum of RGB (Red+Green+Blue) = 47+177+104=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB168 is #D04E97. Grayscale: #818181. Windows color (decimal): -13651608 or 6861103. OLE color: 6861103.
HSL color Cylindrical-coordinate representation of color #2FB168: hue angle of 146.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB168 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 104 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.31 |
| HSL | 146.31º | 0.58% | 0.44% | - |
| HSV(B) | 146.31º | 0.73% | 0.69% | - |
| XYZ | 19.39 | 33.05 | 18.45 | - |
| YUV | 129.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 104 | 0.73 | 0 | 0.41 | 0.31 | 146.31 | 0.58 | 0.44 |
| Hex | 2F | B1 | 68 | 49 | 0 | 29 | 1F | 92 | 3A | 2C |
| Octal | 57 | 261 | 150 | 111 | 0 | 51 | 37 | 222 | 72 | 54 |
| Binary | 101111 | 10110001 | 1101000 | 1001001 | 0 | 101001 | 11111 | 10010010 | 111010 | 101100 |
Color Harmonies of #2FB168
Complementary color
Monochromatic Colors of #2FB168
Black with #2FB168
Text Example
Text Example
White with #2FB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB168; }
p { color: rgb(47,177,104); }
H1.HeaderClassName
{
color: #2FB168;
}
.AnyTagClassName
{
color: #2FB168;
}
</style>
background-color css
<style>
a { background-color: #2FB168; }
a { background-color: rgb(47,177,104); }
div.DivClassName
{
background-color: #2FB168;
}
.BgClassName
{
background-color: #2FB168;
}
</style>
border-color css
<style>
span { border-color: #2FB168; }
span { border-color: rgb(47,177,104); }
td.TdClassName
{
border-color: #2FB168;
}
.TagClassName
{
border-color: #2FB168;
}
</style>