Html Css Color HEX #7AD2AA Medium Aquamarine

📋 copy color: '#7AD2AA'

red 122 ◦ green 210 ◦ blue 170

#7AD2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #7AD2AA

Tints of Medium Aquamarine #7AD2AA

RGB

 RED value IS 122 (48.05% from 255) = 24.3%

 GREEN value IS 210 (82.42% from 255) = 41.83%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 24.3%
G = 41.83%
B = 33.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#7AD2AA (or 0x7AD2AA) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and AA. RGB value is (122,210,170). Sum of RGB (Red+Green+Blue) = 122+210+170=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AA is #852D55. Grayscale: #B3B3B3. Windows color (decimal): -8727894 or 11195002. OLE color: 11195002.

HSL color Cylindrical-coordinate representation of color #7AD2AA: hue angle of 152.73º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2AA is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 210 170 -
CMYK 0.42 0 0.19 0.18
HSL 152.73º 0.49% 0.65% -
HSV(B) 152.73º 0.42% 0.82% -
XYZ 38.33 53.13 46.27 -
YUV 179.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 122 210 170 0.42 0 0.19 0.18 152.73 0.49 0.65
Hex 7A D2 AA 2A 0 13 12 99 31 41
Octal 172 322 252 52 0 23 22 231 61 101
Binary 1111010 11010010 10101010 101010 0 10011 10010 10011001 110001 1000001

Color Harmonies of #7AD2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2AA

Black with #7AD2AA

Text Example


Text Example

White with #7AD2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,210,170); }

 H1.HeaderClassName
 {
   color: #7AD2AA;
 }
 .AnyTagClassName
 {
   color: #7AD2AA;
 }
</style>

background-color css

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

 a { background-color: rgb(122,210,170); }

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

border-color css

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

 span { border-color: rgb(122,210,170); }

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