#2FB163

Color #2FB163 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2FB163

Tints of Medium Sea Green #2FB163

Color information

#2FB163 (or 0x2FB163) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B1 and 63. RGB value is (47,177,99). Sum of RGB (Red+Green+Blue) = 47+177+99=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB163 is #D04E9C. Grayscale: #818181. Windows color (decimal): -13651613 or 6533423. OLE color: 6533423.

HSL color Cylindrical-coordinate representation of color #2FB163: hue angle of 144º 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 #2FB163 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB4717799-
CMYK0.7300.440.31
HSL144º58.04%43.92%-
HSV(B)144º73.45%69.41%-
XYZ19.1532.9517.16-
YUV129.24110.9369.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=14.55%
G=54.80%
B=30.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47177990.7300.440.3114458.0443.92
Hex2FB1634902C1F903a2c
Octal57261143111054372207254
Binary101111101100011100011100100101011001111110010000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FB163; }

 p { color: rgb(47,177,99); }

 H1.HeaderClassName
 {
   color: #2FB163;
 }
 .AnyTagClassName
 {
   color: #2FB163;
 }
</style>
background-color css

<style>
 a { background-color: #2FB163; }

 a { background-color: rgb(47,177,99); }

 div.DivClassName
 {
   background-color: #2FB163;
 }
 .BgClassName
 {
   background-color: #2FB163;
 }
</style>
border-color css

<style>
 span { border-color: #2FB163; }

 span { border-color: rgb(47,177,99); }

 td.TdClassName
 {
   border-color: #2FB163;
 }
 .TagClassName
 {
   border-color: #2FB163;
 }
</style>