#4AD5B2

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

Shades of Medium Aquamarine #4AD5B2

Tints of Medium Aquamarine #4AD5B2

Color information

#4AD5B2 (or 0x4AD5B2) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, D5 and B2. RGB value is (74,213,178). Sum of RGB (Red+Green+Blue) = 74+213+178=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD5B2 is #B52A4D. Grayscale: #A7A7A7. Windows color (decimal): -11872846 or 11720010. OLE color: 11720010.

HSL color Cylindrical-coordinate representation of color #4AD5B2: hue angle of 164.89º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5B2 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB74213178-
CMYK0.6500.160.16
HSL164.89º62.33%56.27%-
HSV(B)164.89º65.26%83.53%-
XYZ34.6552.2650.38-
YUV167.45133.9561.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=15.91%
G=45.81%
B=38.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal742131780.6500.160.16164.8962.3356.27
Hex4AD5B24101010a53e38
Octal112325262101020202457670
Binary1001010110101011011001010000010100001000010100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,213,178); }

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

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

 a { background-color: rgb(74,213,178); }

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

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

 span { border-color: rgb(74,213,178); }

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