#4BDEA5

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

Shades of Medium Aquamarine #4BDEA5

Tints of Medium Aquamarine #4BDEA5

Color information

#4BDEA5 (or 0x4BDEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 4B, DE and A5. RGB value is (75,222,165). Sum of RGB (Red+Green+Blue) = 75+222+165=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDEA5 is #B4215A. Grayscale: #ABABAB. Windows color (decimal): -11805019 or 10870347. OLE color: 10870347.

HSL color Cylindrical-coordinate representation of color #4BDEA5: hue angle of 156.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDEA5 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB75222165-
CMYK0.6600.260.13
HSL156.73º69.01%58.24%-
HSV(B)156.73º66.22%87.06%-
XYZ35.8156.4644.61-
YUV171.55124.359.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.23%
GREEN value IS 222 (87.11% from 255) = 48.05%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=16.23%
G=48.05%
B=35.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752221650.6600.260.13156.7369.0158.24
Hex4BDEA54201AD9d453a
Octal1133362451020321523510572
Binary1001011110111101010010110000100110101101100111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,222,165); }

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

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

 a { background-color: rgb(75,222,165); }

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

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

 span { border-color: rgb(75,222,165); }

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