#6AA484

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

Shades of Acapulco #6AA484

Tints of Acapulco #6AA484

Color information

#6AA484 (or 0x6AA484) is unknown color: approx Acapulco. HEX triplet: 6A, A4 and 84. RGB value is (106,164,132). Sum of RGB (Red+Green+Blue) = 106+164+132=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA484 is #955B7B. Grayscale: #8F8F8F. Windows color (decimal): -9788284 or 8692842. OLE color: 8692842.

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

Color convert

RGB106164132-
CMYK0.3500.200.36
HSL146.9º24.17%52.94%-
HSV(B)146.9º35.37%64.31%-
XYZ23.3831.2826.64-
YUV143.01121.78101.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.37%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=26.37%
G=40.80%
B=32.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061641320.3500.200.36146.924.1752.94
Hex6AA4842301424931835
Octal15224420443024442233065
Binary110101010100100100001001000110101001001001001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,132); }

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

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

 a { background-color: rgb(106,164,132); }

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

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

 span { border-color: rgb(106,164,132); }

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