#4BFFA4

Color #4BFFA4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4BFFA4

Tints of Medium Aquamarine #4BFFA4

Color information

#4BFFA4 (or 0x4BFFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, FF and A4. RGB value is (75,255,164). Sum of RGB (Red+Green+Blue) = 75+255+164=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFFA4 is #B4005B. Grayscale: #BEBEBE. Windows color (decimal): -11796572 or 10813259. OLE color: 10813259.

HSL color Cylindrical-coordinate representation of color #4BFFA4: hue angle of 149.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFA4 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB75255164-
CMYK0.7100.360
HSL149.67º100%64.71%-
HSV(B)149.67º70.59%100%-
XYZ45.3675.747.34-
YUV190.81112.8745.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.18%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=15.18%
G=51.62%
B=33.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752551640.7100.360149.6710064.71
Hex4BFFA4470240966441
Octal1133772441070440226144101
Binary100101111111111101001001000111010010001001011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BFFA4; }

 p { color: rgb(75,255,164); }

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

<style>
 a { background-color: #4BFFA4; }

 a { background-color: rgb(75,255,164); }

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

<style>
 span { border-color: #4BFFA4; }

 span { border-color: rgb(75,255,164); }

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