#6AA98E

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

Shades of Acapulco #6AA98E

Tints of Acapulco #6AA98E

Color information

#6AA98E (or 0x6AA98E) is unknown color: approx Acapulco. HEX triplet: 6A, A9 and 8E. RGB value is (106,169,142). Sum of RGB (Red+Green+Blue) = 106+169+142=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA98E is #955671. Grayscale: #939393. Windows color (decimal): -9786994 or 9349482. OLE color: 9349482.

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

Color convert

RGB106169142-
CMYK0.3700.160.34
HSL154.29º26.81%53.92%-
HSV(B)154.29º37.28%66.27%-
XYZ25.0133.3930.72-
YUV147.08125.1398.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=25.42%
G=40.53%
B=34.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1061691420.3700.160.34154.2926.8153.92
Hex6AA98E25010229a1b36
Octal15225121645020422323366
Binary110101010101001100011101001010100001000101001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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