#4BE0A6

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

Shades of Medium Aquamarine #4BE0A6

Tints of Medium Aquamarine #4BE0A6

Color information

#4BE0A6 (or 0x4BE0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, E0 and A6. RGB value is (75,224,166). Sum of RGB (Red+Green+Blue) = 75+224+166=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE0A6 is #B41F59. Grayscale: #ACACAC. Windows color (decimal): -11804506 or 10936395. OLE color: 10936395.

HSL color Cylindrical-coordinate representation of color #4BE0A6: hue angle of 156.64º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0A6 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB75224166-
CMYK0.6700.260.12
HSL156.64º70.62%58.63%-
HSV(B)156.64º66.52%87.84%-
XYZ36.4457.5645.27-
YUV172.84124.1458.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 224 (87.89% from 255) = 48.17%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=16.13%
G=48.17%
B=35.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752241660.6700.260.12156.6470.6258.63
Hex4BE0A64301AC9d473b
Octal1133402461030321423510773
Binary1001011111000001010011010000110110101100100111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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