Html Css Color HEX #7AB49A Acapulco

📋 copy color: '#7AB49A'

red 122 ◦ green 180 ◦ blue 154

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

Shades of Acapulco #7AB49A

Tints of Acapulco #7AB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

 BLUE value IS 154 (60.55% from 255) = 33.77%

R = 26.75%
G = 39.47%
B = 33.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#7AB49A (or 0x7AB49A) is known color: Acapulco. HEX triplet: 7A, B4 and 9A. RGB value is (122,180,154). Sum of RGB (Red+Green+Blue) = 122+180+154=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB49A is #854B65. Grayscale: #9F9F9F. Windows color (decimal): -8735590 or 10138746. OLE color: 10138746.

HSL color Cylindrical-coordinate representation of color #7AB49A: hue angle of 153.1º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB49A is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 154 -
CMYK 0.32 0 0.14 0.29
HSL 153.1º 0.28% 0.59% -
HSV(B) 153.1º 0.32% 0.71% -
XYZ 30.18 39.11 36.53 -
YUV 159.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 122 180 154 0.32 0 0.14 0.29 153.1 0.28 0.59
Hex 7A B4 9A 20 0 E 1D 99 1C 3B
Octal 172 264 232 40 0 16 35 231 34 73
Binary 1111010 10110100 10011010 100000 0 1110 11101 10011001 11100 111011

Color Harmonies of #7AB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB49A

Black with #7AB49A

Text Example


Text Example

White with #7AB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,154); }

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

background-color css

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

 a { background-color: rgb(122,180,154); }

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

border-color css

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

 span { border-color: rgb(122,180,154); }

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