Html Css Color HEX #7AA090 Acapulco

📋 copy color: '#7AA090'

red 122 ◦ green 160 ◦ blue 144

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

Shades of Acapulco #7AA090

Tints of Acapulco #7AA090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 28.64%
G = 37.56%
B = 33.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#7AA090 (or 0x7AA090) is known color: Acapulco. HEX triplet: 7A, A0 and 90. RGB value is (122,160,144). Sum of RGB (Red+Green+Blue) = 122+160+144=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA090 is #855F6F. Grayscale: #929292. Windows color (decimal): -8740720 or 9478266. OLE color: 9478266.

HSL color Cylindrical-coordinate representation of color #7AA090: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA090 is Cyan = 0.24, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 144 -
CMYK 0.24 0 0.1 0.37
HSL 154.74º 0.17% 0.55% -
HSV(B) 154.74º 0.24% 0.63% -
XYZ 25.63 31.29 31.07 -
YUV 146.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 122 160 144 0.24 0 0.1 0.37 154.74 0.17 0.55
Hex 7A A0 90 18 0 A 25 9B 11 37
Octal 172 240 220 30 0 12 45 233 21 67
Binary 1111010 10100000 10010000 11000 0 1010 100101 10011011 10001 110111

Color Harmonies of #7AA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA090

Black with #7AA090

Text Example


Text Example

White with #7AA090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,144); }

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

background-color css

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

 a { background-color: rgb(122,160,144); }

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

border-color css

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

 span { border-color: rgb(122,160,144); }

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