#4BF0A7

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

Shades of Medium Aquamarine #4BF0A7

Tints of Medium Aquamarine #4BF0A7

Color information

#4BF0A7 (or 0x4BF0A7) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, F0 and A7. RGB value is (75,240,167). Sum of RGB (Red+Green+Blue) = 75+240+167=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF0A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF0A7 is #B40F58. Grayscale: #B6B6B6. Windows color (decimal): -11800409 or 11006027. OLE color: 11006027.

HSL color Cylindrical-coordinate representation of color #4BF0A7: hue angle of 153.45º 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 #4BF0A7 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB75240167-
CMYK0.6900.300.06
HSL153.45º84.62%61.76%-
HSV(B)153.45º68.75%94.12%-
XYZ41.0466.6147.25-
YUV182.34119.3451.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.56%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=15.56%
G=49.79%
B=34.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752401670.6900.300.06153.4584.6261.76
Hex4BF0A74501E699553e
Octal113360247105036623112576
Binary100101111110000101001111000101011110110100110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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