Html Css Color HEX #7AD9B0 Medium Aquamarine

📋 copy color: '#7AD9B0'

red 122 ◦ green 217 ◦ blue 176

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

Shades of Medium Aquamarine #7AD9B0

Tints of Medium Aquamarine #7AD9B0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 23.69%
G = 42.14%
B = 34.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7AD9B0 (or 0x7AD9B0) is known color: Medium Aquamarine. HEX triplet: 7A, D9 and B0. RGB value is (122,217,176). Sum of RGB (Red+Green+Blue) = 122+217+176=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD9B0 is #85264F. Grayscale: #B7B7B7. Windows color (decimal): -8726096 or 11590010. OLE color: 11590010.

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

Color convert

RGB 122 217 176 -
CMYK 0.44 0 0.19 0.15
HSL 154.11º 0.56% 0.66% -
HSV(B) 154.11º 0.44% 0.85% -
XYZ 40.68 56.9 49.91 -
YUV 183.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 122 217 176 0.44 0 0.19 0.15 154.11 0.56 0.66
Hex 7A D9 B0 2C 0 13 F 9A 38 42
Octal 172 331 260 54 0 23 17 232 70 102
Binary 1111010 11011001 10110000 101100 0 10011 1111 10011010 111000 1000010

Color Harmonies of #7AD9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD9B0

Black with #7AD9B0

Text Example


Text Example

White with #7AD9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,217,176); }

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

background-color css

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

 a { background-color: rgb(122,217,176); }

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

border-color css

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

 span { border-color: rgb(122,217,176); }

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