#6AA995

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

Shades of Acapulco #6AA995

Tints of Acapulco #6AA995

Color information

#6AA995 (or 0x6AA995) is unknown color: approx Acapulco. HEX triplet: 6A, A9 and 95. RGB value is (106,169,149). Sum of RGB (Red+Green+Blue) = 106+169+149=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA995 is #95566A. Grayscale: #939393. Windows color (decimal): -9786987 or 9808234. OLE color: 9808234.

HSL color Cylindrical-coordinate representation of color #6AA995: hue angle of 160.95º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6AA995 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB106169149-
CMYK0.3700.120.34
HSL160.95º26.81%53.92%-
HSV(B)160.95º37.28%66.27%-
XYZ25.5633.6133.57-
YUV147.88128.6398.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=25%
G=39.86%
B=35.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1061691490.3700.120.34160.9526.8153.92
Hex6AA995250C22a11b36
Octal15225122545014422413366
Binary11010101010100110010101100101011001000101010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,169,149); }

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

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

 a { background-color: rgb(106,169,149); }

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

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

 span { border-color: rgb(106,169,149); }

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