#4BF2A8

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

Shades of Medium Aquamarine #4BF2A8

Tints of Medium Aquamarine #4BF2A8

Color information

#4BF2A8 (or 0x4BF2A8) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, F2 and A8. RGB value is (75,242,168). Sum of RGB (Red+Green+Blue) = 75+242+168=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF2A8 is #B40D57. Grayscale: #B7B7B7. Windows color (decimal): -11799896 or 11072075. OLE color: 11072075.

HSL color Cylindrical-coordinate representation of color #4BF2A8: hue angle of 153.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF2A8 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB75242168-
CMYK0.6900.310.05
HSL153.41º86.53%62.16%-
HSV(B)153.41º69.01%94.9%-
XYZ41.7267.8347.94-
YUV183.63119.1750.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.46%
GREEN value IS 242 (94.92% from 255) = 49.90%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=15.46%
G=49.90%
B=34.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752421680.6900.310.05153.4186.5362.16
Hex4BF2A84501F599573e
Octal113362250105037523112776
Binary100101111110010101010001000101011111101100110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,242,168); }

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

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

 a { background-color: rgb(75,242,168); }

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

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

 span { border-color: rgb(75,242,168); }

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