#7AD7AD

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

Shades of Medium Aquamarine #7AD7AD

Tints of Medium Aquamarine #7AD7AD

Color information

#7AD7AD (or 0x7AD7AD) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, D7 and AD. RGB value is (122,215,173). Sum of RGB (Red+Green+Blue) = 122+215+173=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD7AD is #852852. Grayscale: #B6B6B6. Windows color (decimal): -8726611 or 11392890. OLE color: 11392890.

HSL color Cylindrical-coordinate representation of color #7AD7AD: hue angle of 152.9º degrees, saturation: 0.54, 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 #7AD7AD is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB122215173-
CMYK0.4300.200.16
HSL152.9º53.76%66.08%-
HSV(B)152.9º43.26%84.31%-
XYZ39.8755.7648.2-
YUV182.4122.6984.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=23.92%
G=42.16%
B=33.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222151730.4300.200.16152.953.7666.08
Hex7AD7AD2B01410993642
Octal172327255530242023166102
Binary1111010110101111010110110101101010010000100110011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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