#7ADA9D

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

Shades of Medium Aquamarine #7ADA9D

Tints of Medium Aquamarine #7ADA9D

Color information

#7ADA9D (or 0x7ADA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 7A, DA and 9D. RGB value is (122,218,157). Sum of RGB (Red+Green+Blue) = 122+218+157=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADA9D is #852562. Grayscale: #B6B6B6. Windows color (decimal): -8725859 or 10345082. OLE color: 10345082.

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

Color convert

RGB122218157-
CMYK0.4400.280.15
HSL141.88º56.47%66.67%-
HSV(B)141.88º44.04%85.49%-
XYZ39.1856.7140.78-
YUV182.34113.784.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=24.55%
G=43.86%
B=31.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222181570.4400.280.15141.8856.4766.67
Hex7ADA9D2C01CF8e3843
Octal172332235540341721670103
Binary111101011011010100111011011000111001111100011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,218,157); }

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

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

 a { background-color: rgb(122,218,157); }

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

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

 span { border-color: rgb(122,218,157); }

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