Html Css Color HEX #7AC5A4 Medium Aquamarine

📋 copy color: '#7AC5A4'

red 122 ◦ green 197 ◦ blue 164

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

Shades of Medium Aquamarine #7AC5A4

Tints of Medium Aquamarine #7AC5A4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

 BLUE value IS 164 (64.45% from 255) = 33.95%

R = 25.26%
G = 40.79%
B = 33.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#7AC5A4 (or 0x7AC5A4) is known color: Medium Aquamarine. HEX triplet: 7A, C5 and A4. RGB value is (122,197,164). Sum of RGB (Red+Green+Blue) = 122+197+164=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC5A4 is #853A5B. Grayscale: #AAAAAA. Windows color (decimal): -8731228 or 10798458. OLE color: 10798458.

HSL color Cylindrical-coordinate representation of color #7AC5A4: hue angle of 153.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC5A4 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 164 -
CMYK 0.38 0 0.17 0.23
HSL 153.6º 0.39% 0.63% -
HSV(B) 153.6º 0.38% 0.77% -
XYZ 34.69 46.75 42.32 -
YUV 170.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 122 197 164 0.38 0 0.17 0.23 153.6 0.39 0.63
Hex 7A C5 A4 26 0 11 17 9A 27 3F
Octal 172 305 244 46 0 21 27 232 47 77
Binary 1111010 11000101 10100100 100110 0 10001 10111 10011010 100111 111111

Color Harmonies of #7AC5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC5A4

Black with #7AC5A4

Text Example


Text Example

White with #7AC5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,197,164); }

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

background-color css

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

 a { background-color: rgb(122,197,164); }

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

border-color css

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

 span { border-color: rgb(122,197,164); }

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