#7AB69E

Color #7AB69E Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7AB69E

Tints of Acapulco #7AB69E

Color information

#7AB69E (or 0x7AB69E) is unknown color: approx Acapulco. HEX triplet: 7A, B6 and 9E. RGB value is (122,182,158). Sum of RGB (Red+Green+Blue) = 122+182+158=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB69E is #854961. Grayscale: #A1A1A1. Windows color (decimal): -8735074 or 10401402. OLE color: 10401402.

HSL color Cylindrical-coordinate representation of color #7AB69E: hue angle of 156º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB69E is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB122182158-
CMYK0.3300.130.29
HSL156º29.13%59.61%-
HSV(B)156º32.97%71.37%-
XYZ30.9340.0638.45-
YUV161.32126.1299.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=26.41%
G=39.39%
B=34.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221821580.3300.130.2915629.1359.61
Hex7AB69E210D1D9c1d3c
Octal17226623641015352343574
Binary1111010101101101001111010000101101111011001110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,182,158); }

 H1.HeaderClassName
 {
   color: #7AB69E;
 }
 .AnyTagClassName
 {
   color: #7AB69E;
 }
</style>
background-color css

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

 a { background-color: rgb(122,182,158); }

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

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

 span { border-color: rgb(122,182,158); }

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