#6AA68F

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

Shades of Acapulco #6AA68F

Tints of Acapulco #6AA68F

Color information

#6AA68F (or 0x6AA68F) is unknown color: approx Acapulco. HEX triplet: 6A, A6 and 8F. RGB value is (106,166,143). Sum of RGB (Red+Green+Blue) = 106+166+143=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA68F is #955970. Grayscale: #919191. Windows color (decimal): -9787761 or 9414250. OLE color: 9414250.

HSL color Cylindrical-coordinate representation of color #6AA68F: hue angle of 157º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6AA68F is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB106166143-
CMYK0.3600.140.35
HSL157º25.21%53.33%-
HSV(B)157º36.14%65.1%-
XYZ24.5432.3230.93-
YUV145.44126.6299.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 166 (65.23% from 255) = 40%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=25.54%
G=40%
B=34.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061661430.3600.140.3515725.2153.33
Hex6AA68F240E239d1935
Octal15224621744016432353165
Binary11010101010011010001111100100011101000111001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,166,143); }

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

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

 a { background-color: rgb(106,166,143); }

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

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

 span { border-color: rgb(106,166,143); }

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