Html Css Color HEX #7AD0AB Medium Aquamarine

📋 copy color: '#7AD0AB'

red 122 ◦ green 208 ◦ blue 171

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

Shades of Medium Aquamarine #7AD0AB

Tints of Medium Aquamarine #7AD0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 24.35%
G = 41.52%
B = 34.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#7AD0AB (or 0x7AD0AB) is known color: Medium Aquamarine. HEX triplet: 7A, D0 and AB. RGB value is (122,208,171). Sum of RGB (Red+Green+Blue) = 122+208+171=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD0AB is #852F54. Grayscale: #B2B2B2. Windows color (decimal): -8728405 or 11260026. OLE color: 11260026.

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

Color convert

RGB 122 208 171 -
CMYK 0.41 0 0.18 0.18
HSL 154.19º 0.48% 0.65% -
HSV(B) 154.19º 0.41% 0.82% -
XYZ 37.93 52.19 46.6 -
YUV 178.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 122 208 171 0.41 0 0.18 0.18 154.19 0.48 0.65
Hex 7A D0 AB 29 0 12 12 9A 30 41
Octal 172 320 253 51 0 22 22 232 60 101
Binary 1111010 11010000 10101011 101001 0 10010 10010 10011010 110000 1000001

Color Harmonies of #7AD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD0AB

Black with #7AD0AB

Text Example


Text Example

White with #7AD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,171); }

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

background-color css

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

 a { background-color: rgb(122,208,171); }

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

border-color css

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

 span { border-color: rgb(122,208,171); }

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