#2BAF71

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

Shades of Medium Sea Green #2BAF71

Tints of Medium Sea Green #2BAF71

Color information

#2BAF71 (or 0x2BAF71) is unknown color: approx Medium Sea Green. HEX triplet: 2B, AF and 71. RGB value is (43,175,113). Sum of RGB (Red+Green+Blue) = 43+175+113=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF71 is #D4508E. Grayscale: #808080. Windows color (decimal): -13914255 or 7450411. OLE color: 7450411.

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

Color convert

RGB43175113-
CMYK0.7500.350.31
HSL151.82º60.55%42.75%-
HSV(B)151.82º75.43%68.63%-
XYZ19.3132.3720.85-
YUV128.46119.2767.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 175 (68.75% from 255) = 52.87%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=12.99%
G=52.87%
B=34.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751130.7500.350.31151.8260.5542.75
Hex2BAF714B0231F983d2b
Octal53257161113043372307553
Binary101011101011111110001100101101000111111110011000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,113); }

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

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

 a { background-color: rgb(43,175,113); }

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

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

 span { border-color: rgb(43,175,113); }

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