#6AAA94

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

Shades of Acapulco #6AAA94

Tints of Acapulco #6AAA94

Color information

#6AAA94 (or 0x6AAA94) is unknown color: approx Acapulco. HEX triplet: 6A, AA and 94. RGB value is (106,170,148). Sum of RGB (Red+Green+Blue) = 106+170+148=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA94 is #95556B. Grayscale: #949494. Windows color (decimal): -9786732 or 9742954. OLE color: 9742954.

HSL color Cylindrical-coordinate representation of color #6AAA94: hue angle of 159.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA94 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB106170148-
CMYK0.3800.130.33
HSL159.38º27.35%54.12%-
HSV(B)159.38º37.65%66.67%-
XYZ25.6633.9533.22-
YUV148.36127.897.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=25%
G=40.09%
B=34.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701480.3800.130.33159.3827.3554.12
Hex6AAA94260D219f1b36
Octal15225222446015412373366
Binary11010101010101010010100100110011011000011001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,148); }

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

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

 a { background-color: rgb(106,170,148); }

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

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

 span { border-color: rgb(106,170,148); }

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