Html Css Color HEX #7AD0A8 Medium Aquamarine

📋 copy color: '#7AD0A8'

red 122 ◦ green 208 ◦ blue 168

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

Shades of Medium Aquamarine #7AD0A8

Tints of Medium Aquamarine #7AD0A8

RGB

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

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

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

R = 24.5%
G = 41.77%
B = 33.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#7AD0A8 (or 0x7AD0A8) is known color: Medium Aquamarine. HEX triplet: 7A, D0 and A8. RGB value is (122,208,168). Sum of RGB (Red+Green+Blue) = 122+208+168=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD0A8 is #852F57. Grayscale: #B1B1B1. Windows color (decimal): -8728408 or 11063418. OLE color: 11063418.

HSL color Cylindrical-coordinate representation of color #7AD0A8: hue angle of 152.09º 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 #7AD0A8 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 168 -
CMYK 0.41 0 0.19 0.18
HSL 152.09º 0.48% 0.65% -
HSV(B) 152.09º 0.41% 0.82% -
XYZ 37.65 52.08 45.11 -
YUV 177.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 122 208 168 0.41 0 0.19 0.18 152.09 0.48 0.65
Hex 7A D0 A8 29 0 13 12 98 30 41
Octal 172 320 250 51 0 23 22 230 60 101
Binary 1111010 11010000 10101000 101001 0 10011 10010 10011000 110000 1000001

Color Harmonies of #7AD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD0A8

Black with #7AD0A8

Text Example


Text Example

White with #7AD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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