Html Css Color HEX #7AD4AB Medium Aquamarine

📋 copy color: '#7AD4AB'

red 122 ◦ green 212 ◦ blue 171

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

Shades of Medium Aquamarine #7AD4AB

Tints of Medium Aquamarine #7AD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 24.16%
G = 41.98%
B = 33.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#7AD4AB (or 0x7AD4AB) is known color: Medium Aquamarine. HEX triplet: 7A, D4 and AB. RGB value is (122,212,171). Sum of RGB (Red+Green+Blue) = 122+212+171=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD4AB is #852B54. Grayscale: #B4B4B4. Windows color (decimal): -8727381 or 11261050. OLE color: 11261050.

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

Color convert

RGB 122 212 171 -
CMYK 0.42 0 0.19 0.17
HSL 152.67º 0.51% 0.65% -
HSV(B) 152.67º 0.42% 0.83% -
XYZ 38.92 54.16 46.93 -
YUV 180.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 122 212 171 0.42 0 0.19 0.17 152.67 0.51 0.65
Hex 7A D4 AB 2A 0 13 11 99 33 41
Octal 172 324 253 52 0 23 21 231 63 101
Binary 1111010 11010100 10101011 101010 0 10011 10001 10011001 110011 1000001

Color Harmonies of #7AD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD4AB

Black with #7AD4AB

Text Example


Text Example

White with #7AD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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