#7AD8AD

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

Shades of Medium Aquamarine #7AD8AD

Tints of Medium Aquamarine #7AD8AD

Color information

#7AD8AD (or 0x7AD8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, D8 and AD. RGB value is (122,216,173). Sum of RGB (Red+Green+Blue) = 122+216+173=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD8AD is #852752. Grayscale: #B7B7B7. Windows color (decimal): -8726355 or 11393146. OLE color: 11393146.

HSL color Cylindrical-coordinate representation of color #7AD8AD: hue angle of 152.55º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD8AD is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB122216173-
CMYK0.4400.200.15
HSL152.55º54.65%66.27%-
HSV(B)152.55º43.52%84.71%-
XYZ40.1256.2748.28-
YUV182.99122.3684.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.87%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=23.87%
G=42.27%
B=33.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222161730.4400.200.15152.5554.6566.27
Hex7AD8AD2C014F993742
Octal172330255540241723167102
Binary111101011011000101011011011000101001111100110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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