#6AAA8D

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

Shades of Acapulco #6AAA8D

Tints of Acapulco #6AAA8D

Color information

#6AAA8D (or 0x6AAA8D) is unknown color: approx Acapulco. HEX triplet: 6A, AA and 8D. RGB value is (106,170,141). Sum of RGB (Red+Green+Blue) = 106+170+141=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA8D is #955572. Grayscale: #939393. Windows color (decimal): -9786739 or 9284202. OLE color: 9284202.

HSL color Cylindrical-coordinate representation of color #6AAA8D: hue angle of 152.81º 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 #6AAA8D is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB106170141-
CMYK0.3800.170.33
HSL152.81º27.35%54.12%-
HSV(B)152.81º37.65%66.67%-
XYZ25.1333.7430.39-
YUV147.56124.398.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=25.42%
G=40.77%
B=33.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701410.3800.170.33152.8127.3554.12
Hex6AAA8D2601121991b36
Octal15225221546021412313366
Binary110101010101010100011011001100100011000011001100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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