Html Css Color HEX #7AB9A0 Acapulco

📋 copy color: '#7AB9A0'

red 122 ◦ green 185 ◦ blue 160

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

Shades of Acapulco #7AB9A0

Tints of Acapulco #7AB9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 26.12%
G = 39.61%
B = 34.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#7AB9A0 (or 0x7AB9A0) is known color: Acapulco. HEX triplet: 7A, B9 and A0. RGB value is (122,185,160). Sum of RGB (Red+Green+Blue) = 122+185+160=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB9A0 is #85465F. Grayscale: #A3A3A3. Windows color (decimal): -8734304 or 10533242. OLE color: 10533242.

HSL color Cylindrical-coordinate representation of color #7AB9A0: hue angle of 156.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB9A0 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 160 -
CMYK 0.34 0 0.14 0.27
HSL 156.19º 0.31% 0.6% -
HSV(B) 156.19º 0.34% 0.73% -
XYZ 31.72 41.37 39.57 -
YUV 163.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 122 185 160 0.34 0 0.14 0.27 156.19 0.31 0.6
Hex 7A B9 A0 22 0 E 1B 9C 1F 3C
Octal 172 271 240 42 0 16 33 234 37 74
Binary 1111010 10111001 10100000 100010 0 1110 11011 10011100 11111 111100

Color Harmonies of #7AB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB9A0

Black with #7AB9A0

Text Example


Text Example

White with #7AB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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