#6AA990

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

Shades of Acapulco #6AA990

Tints of Acapulco #6AA990

Color information

#6AA990 (or 0x6AA990) is unknown color: approx Acapulco. HEX triplet: 6A, A9 and 90. RGB value is (106,169,144). Sum of RGB (Red+Green+Blue) = 106+169+144=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA990 is #95566F. Grayscale: #939393. Windows color (decimal): -9786992 or 9480554. OLE color: 9480554.

HSL color Cylindrical-coordinate representation of color #6AA990: hue angle of 156.19º 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 #6AA990 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB106169144-
CMYK0.3700.150.34
HSL156.19º26.81%53.92%-
HSV(B)156.19º37.28%66.27%-
XYZ25.1733.4531.52-
YUV147.31126.1398.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=25.30%
G=40.33%
B=34.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1061691440.3700.150.34156.1926.8153.92
Hex6AA990250F229c1b36
Octal15225122045017422343366
Binary11010101010100110010000100101011111000101001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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