Html Css Color HEX #7ADCAA Medium Aquamarine

📋 copy color: '#7ADCAA'

red 122 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #7ADCAA

Tints of Medium Aquamarine #7ADCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

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

R = 23.83%
G = 42.97%
B = 33.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#7ADCAA (or 0x7ADCAA) is known color: Medium Aquamarine. HEX triplet: 7A, DC and AA. RGB value is (122,220,170). Sum of RGB (Red+Green+Blue) = 122+220+170=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCAA is #852355. Grayscale: #B9B9B9. Windows color (decimal): -8725334 or 11197562. OLE color: 11197562.

HSL color Cylindrical-coordinate representation of color #7ADCAA: hue angle of 149.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCAA is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 170 -
CMYK 0.45 0 0.23 0.14
HSL 149.39º 0.58% 0.67% -
HSV(B) 149.39º 0.45% 0.86% -
XYZ 40.87 58.23 47.11 -
YUV 185 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 122 220 170 0.45 0 0.23 0.14 149.39 0.58 0.67
Hex 7A DC AA 2D 0 17 E 95 3A 43
Octal 172 334 252 55 0 27 16 225 72 103
Binary 1111010 11011100 10101010 101101 0 10111 1110 10010101 111010 1000011

Color Harmonies of #7ADCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCAA

Black with #7ADCAA

Text Example


Text Example

White with #7ADCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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