Html Css Color HEX #7AD8AD Medium Aquamarine

📋 copy color: '#7AD8AD'

red 122 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #7AD8AD

Tints of Medium Aquamarine #7AD8AD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

 BLUE value IS 173 (67.97% from 255) = 33.86%

R = 23.87%
G = 42.27%
B = 33.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#7AD8AD (or 0x7AD8AD) is known color: Medium Aquamarine. HEX triplet: 7A, D8 and AD. RGB value is (122,216,173). Sum of RGB (Red+Green+Blue) = 122+216+173=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD8AD is #852752. Grayscale: #B7B7B7. Windows color (decimal): -8726355 or 11393146. OLE color: 11393146.

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

Color convert

RGB 122 216 173 -
CMYK 0.44 0 0.20 0.15
HSL 152.55º 0.55% 0.66% -
HSV(B) 152.55º 0.44% 0.85% -
XYZ 40.12 56.27 48.28 -
YUV 182.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 122 216 173 0.44 0 0.20 0.15 152.55 0.55 0.66
Hex 7A D8 AD 2C 0 14 F 99 37 42
Octal 172 330 255 54 0 24 17 231 67 102
Binary 1111010 11011000 10101101 101100 0 10100 1111 10011001 110111 1000010

Color Harmonies of #7AD8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD8AD

Black with #7AD8AD

Text Example


Text Example

White with #7AD8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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