Html Css Color HEX #7ACAA1 Medium Aquamarine

📋 copy color: '#7ACAA1'

red 122 ◦ green 202 ◦ blue 161

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

Shades of Medium Aquamarine #7ACAA1

Tints of Medium Aquamarine #7ACAA1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 25.15%
G = 41.65%
B = 33.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#7ACAA1 (or 0x7ACAA1) is known color: Medium Aquamarine. HEX triplet: 7A, CA and A1. RGB value is (122,202,161). Sum of RGB (Red+Green+Blue) = 122+202+161=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACAA1 is #85355E. Grayscale: #ADADAD. Windows color (decimal): -8729951 or 10603130. OLE color: 10603130.

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

Color convert

RGB 122 202 161 -
CMYK 0.40 0 0.20 0.21
HSL 149.25º 0.43% 0.64% -
HSV(B) 149.25º 0.4% 0.79% -
XYZ 35.58 48.95 41.29 -
YUV 173.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 122 202 161 0.40 0 0.20 0.21 149.25 0.43 0.64
Hex 7A CA A1 28 0 14 15 95 2B 40
Octal 172 312 241 50 0 24 25 225 53 100
Binary 1111010 11001010 10100001 101000 0 10100 10101 10010101 101011 1000000

Color Harmonies of #7ACAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACAA1

Black with #7ACAA1

Text Example


Text Example

White with #7ACAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,202,161); }

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

background-color css

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

 a { background-color: rgb(122,202,161); }

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

border-color css

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

 span { border-color: rgb(122,202,161); }

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