Html Css Color HEX #7ACCA4 Medium Aquamarine

📋 copy color: '#7ACCA4'

red 122 ◦ green 204 ◦ blue 164

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

Shades of Medium Aquamarine #7ACCA4

Tints of Medium Aquamarine #7ACCA4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

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

R = 24.9%
G = 41.63%
B = 33.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#7ACCA4 (or 0x7ACCA4) is known color: Medium Aquamarine. HEX triplet: 7A, CC and A4. RGB value is (122,204,164). Sum of RGB (Red+Green+Blue) = 122+204+164=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACCA4 is #85335B. Grayscale: #AFAFAF. Windows color (decimal): -8729436 or 10800250. OLE color: 10800250.

HSL color Cylindrical-coordinate representation of color #7ACCA4: hue angle of 150.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACCA4 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 164 -
CMYK 0.40 0 0.20 0.2
HSL 150.73º 0.45% 0.64% -
HSV(B) 150.73º 0.4% 0.8% -
XYZ 36.32 50 42.86 -
YUV 174.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 122 204 164 0.40 0 0.20 0.2 150.73 0.45 0.64
Hex 7A CC A4 28 0 14 14 97 2D 40
Octal 172 314 244 50 0 24 24 227 55 100
Binary 1111010 11001100 10100100 101000 0 10100 10100 10010111 101101 1000000

Color Harmonies of #7ACCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACCA4

Black with #7ACCA4

Text Example


Text Example

White with #7ACCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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