#4BE0B2

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

Shades of Medium Aquamarine #4BE0B2

Tints of Medium Aquamarine #4BE0B2

Color information

#4BE0B2 (or 0x4BE0B2) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, E0 and B2. RGB value is (75,224,178). Sum of RGB (Red+Green+Blue) = 75+224+178=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE0B2 is #B41F4D. Grayscale: #AEAEAE. Windows color (decimal): -11804494 or 11722827. OLE color: 11722827.

HSL color Cylindrical-coordinate representation of color #4BE0B2: hue angle of 161.48º 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 #4BE0B2 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB75224178-
CMYK0.6700.210.12
HSL161.48º70.62%58.63%-
HSV(B)161.48º66.52%87.84%-
XYZ37.5958.0251.34-
YUV174.2130.1457.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.72%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=15.72%
G=46.96%
B=37.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752241780.6700.210.12161.4870.6258.63
Hex4BE0B243015Ca1473b
Octal1133402621030251424110773
Binary1001011111000001011001010000110101011100101000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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