#4BE0B1

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

Shades of Medium Aquamarine #4BE0B1

Tints of Medium Aquamarine #4BE0B1

Color information

#4BE0B1 (or 0x4BE0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, E0 and B1. RGB value is (75,224,177). Sum of RGB (Red+Green+Blue) = 75+224+177=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE0B1 is #B41F4E. Grayscale: #AEAEAE. Windows color (decimal): -11804495 or 11657291. OLE color: 11657291.

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

Color convert

RGB75224177-
CMYK0.6700.210.12
HSL161.07º70.62%58.63%-
HSV(B)161.07º66.52%87.84%-
XYZ37.4957.9850.81-
YUV174.09129.6457.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.76%
GREEN value IS 224 (87.89% from 255) = 47.06%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=15.76%
G=47.06%
B=37.18%

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
Decimal752241770.6700.210.12161.0770.6258.63
Hex4BE0B143015Ca1473b
Octal1133402611030251424110773
Binary1001011111000001011000110000110101011100101000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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