#2FB173

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

Shades of Medium Sea Green #2FB173

Tints of Medium Sea Green #2FB173

Color information

#2FB173 (or 0x2FB173) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B1 and 73. RGB value is (47,177,115). Sum of RGB (Red+Green+Blue) = 47+177+115=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB173 is #D04E8C. Grayscale: #838383. Windows color (decimal): -13651597 or 7581999. OLE color: 7581999.

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

Color convert

RGB47177115-
CMYK0.7300.350.31
HSL151.38º58.04%43.92%-
HSV(B)151.38º73.45%69.41%-
XYZ19.9933.2921.59-
YUV131.06118.9368.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.86%
GREEN value IS 177 (69.53% from 255) = 52.21%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=13.86%
G=52.21%
B=33.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471771150.7300.350.31151.3858.0443.92
Hex2FB173490231F973a2c
Octal57261163111043372277254
Binary101111101100011110011100100101000111111110010111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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