#6AAC97

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

Shades of Acapulco #6AAC97

Tints of Acapulco #6AAC97

Color information

#6AAC97 (or 0x6AAC97) is unknown color: approx Acapulco. HEX triplet: 6A, AC and 97. RGB value is (106,172,151). Sum of RGB (Red+Green+Blue) = 106+172+151=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAC97 is #955368. Grayscale: #959595. Windows color (decimal): -9786217 or 9940074. OLE color: 9940074.

HSL color Cylindrical-coordinate representation of color #6AAC97: hue angle of 160.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAC97 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB106172151-
CMYK0.3800.120.33
HSL160.91º28.45%54.51%-
HSV(B)160.91º38.37%67.45%-
XYZ26.2834.834.61-
YUV149.87128.6396.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.71%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=24.71%
G=40.09%
B=35.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721510.3800.120.33160.9128.4554.51
Hex6AAC97260C21a11c37
Octal15225422746014412413467
Binary11010101010110010010111100110011001000011010000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AAC97; }

 p { color: rgb(106,172,151); }

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

<style>
 a { background-color: #6AAC97; }

 a { background-color: rgb(106,172,151); }

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

<style>
 span { border-color: #6AAC97; }

 span { border-color: rgb(106,172,151); }

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