Html Css Color HEX #7AD6A2 Medium Aquamarine

📋 copy color: '#7AD6A2'

red 122 ◦ green 214 ◦ blue 162

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

Shades of Medium Aquamarine #7AD6A2

Tints of Medium Aquamarine #7AD6A2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.97%

 BLUE value IS 162 (63.67% from 255) = 32.53%

R = 24.5%
G = 42.97%
B = 32.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#7AD6A2 (or 0x7AD6A2) is known color: Medium Aquamarine. HEX triplet: 7A, D6 and A2. RGB value is (122,214,162). Sum of RGB (Red+Green+Blue) = 122+214+162=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD6A2 is #85295D. Grayscale: #B4B4B4. Windows color (decimal): -8726878 or 10671738. OLE color: 10671738.

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

Color convert

RGB 122 214 162 -
CMYK 0.43 0 0.24 0.16
HSL 146.09º 0.53% 0.66% -
HSV(B) 146.09º 0.43% 0.84% -
XYZ 38.59 54.84 42.73 -
YUV 180.56 117.52 86.23 -
System Red Green Blue C M Y K H S L
Decimal 122 214 162 0.43 0 0.24 0.16 146.09 0.53 0.66
Hex 7A D6 A2 2B 0 18 10 92 35 42
Octal 172 326 242 53 0 30 20 222 65 102
Binary 1111010 11010110 10100010 101011 0 11000 10000 10010010 110101 1000010

Color Harmonies of #7AD6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD6A2

Black with #7AD6A2

Text Example


Text Example

White with #7AD6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,214,162); }

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

background-color css

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

 a { background-color: rgb(122,214,162); }

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

border-color css

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

 span { border-color: rgb(122,214,162); }

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