Html Css Color HEX #7AD8A8 Medium Aquamarine

📋 copy color: '#7AD8A8'

red 122 ◦ green 216 ◦ blue 168

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

Shades of Medium Aquamarine #7AD8A8

Tints of Medium Aquamarine #7AD8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 24.11%
G = 42.69%
B = 33.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#7AD8A8 (or 0x7AD8A8) is known color: Medium Aquamarine. HEX triplet: 7A, D8 and A8. RGB value is (122,216,168). Sum of RGB (Red+Green+Blue) = 122+216+168=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD8A8 is #852757. Grayscale: #B6B6B6. Windows color (decimal): -8726360 or 11065466. OLE color: 11065466.

HSL color Cylindrical-coordinate representation of color #7AD8A8: hue angle of 149.36º 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 #7AD8A8 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 216 168 -
CMYK 0.44 0 0.22 0.15
HSL 149.36º 0.55% 0.66% -
HSV(B) 149.36º 0.44% 0.85% -
XYZ 39.65 56.08 45.78 -
YUV 182.42 119.86 84.9 -
System Red Green Blue C M Y K H S L
Decimal 122 216 168 0.44 0 0.22 0.15 149.36 0.55 0.66
Hex 7A D8 A8 2C 0 16 F 95 37 42
Octal 172 330 250 54 0 26 17 225 67 102
Binary 1111010 11011000 10101000 101100 0 10110 1111 10010101 110111 1000010

Color Harmonies of #7AD8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD8A8

Black with #7AD8A8

Text Example


Text Example

White with #7AD8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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