#4BF4AA

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

Shades of Medium Aquamarine #4BF4AA

Tints of Medium Aquamarine #4BF4AA

Color information

#4BF4AA (or 0x4BF4AA) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, F4 and AA. RGB value is (75,244,170). Sum of RGB (Red+Green+Blue) = 75+244+170=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #4BF4AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF4AA is #B40B55. Grayscale: #B9B9B9. Windows color (decimal): -11799382 or 11203659. OLE color: 11203659.

HSL color Cylindrical-coordinate representation of color #4BF4AA: hue angle of 153.73º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF4AA is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB75244170-
CMYK0.6900.300.04
HSL153.73º88.48%62.55%-
HSV(B)153.73º69.26%95.69%-
XYZ42.5169.149.13-
YUV185.03119.5149.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.34%
GREEN value IS 244 (95.70% from 255) = 49.90%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=15.34%
G=49.90%
B=34.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752441700.6900.300.04153.7388.4862.55
Hex4BF4AA4501E49a583f
Octal113364252105036423213077
Binary100101111110100101010101000101011110100100110101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,244,170); }

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

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

 a { background-color: rgb(75,244,170); }

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

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

 span { border-color: rgb(75,244,170); }

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