#4BF0A6

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

Shades of Medium Aquamarine #4BF0A6

Tints of Medium Aquamarine #4BF0A6

Color information

#4BF0A6 (or 0x4BF0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, F0 and A6. RGB value is (75,240,166). Sum of RGB (Red+Green+Blue) = 75+240+166=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF0A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF0A6 is #B40F59. Grayscale: #B6B6B6. Windows color (decimal): -11800410 or 10940491. OLE color: 10940491.

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

Color convert

RGB75240166-
CMYK0.6900.310.06
HSL153.09º84.62%61.76%-
HSV(B)153.09º68.75%94.12%-
XYZ40.9466.5746.77-
YUV182.23118.8451.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.59%
GREEN value IS 240 (94.14% from 255) = 49.90%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=15.59%
G=49.90%
B=34.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752401660.6900.310.06153.0984.6261.76
Hex4BF0A64501F699553e
Octal113360246105037623112576
Binary100101111110000101001101000101011111110100110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,240,166); }

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

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

 a { background-color: rgb(75,240,166); }

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

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

 span { border-color: rgb(75,240,166); }

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