#7AD5AD

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

Shades of Medium Aquamarine #7AD5AD

Tints of Medium Aquamarine #7AD5AD

Color information

#7AD5AD (or 0x7AD5AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, D5 and AD. RGB value is (122,213,173). Sum of RGB (Red+Green+Blue) = 122+213+173=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD5AD is #852A52. Grayscale: #B5B5B5. Windows color (decimal): -8727123 or 11392378. OLE color: 11392378.

HSL color Cylindrical-coordinate representation of color #7AD5AD: hue angle of 153.63º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD5AD is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB122213173-
CMYK0.4300.190.16
HSL153.63º52%65.69%-
HSV(B)153.63º42.72%83.53%-
XYZ39.3654.7448.03-
YUV181.23123.3585.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.02%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=24.02%
G=41.93%
B=34.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222131730.4300.190.16153.635265.69
Hex7AD5AD2B013109a3442
Octal172325255530232023264102
Binary1111010110101011010110110101101001110000100110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AD5AD; }

 p { color: rgb(122,213,173); }

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

<style>
 a { background-color: #7AD5AD; }

 a { background-color: rgb(122,213,173); }

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

<style>
 span { border-color: #7AD5AD; }

 span { border-color: rgb(122,213,173); }

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