#6AAC8E

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

Shades of Acapulco #6AAC8E

Tints of Acapulco #6AAC8E

Color information

#6AAC8E (or 0x6AAC8E) is unknown color: approx Acapulco. HEX triplet: 6A, AC and 8E. RGB value is (106,172,142). Sum of RGB (Red+Green+Blue) = 106+172+142=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAC8E is #955371. Grayscale: #949494. Windows color (decimal): -9786226 or 9350250. OLE color: 9350250.

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

Color convert

RGB106172142-
CMYK0.3800.170.33
HSL152.73º28.45%54.51%-
HSV(B)152.73º38.37%67.45%-
XYZ25.5834.5230.91-
YUV148.85124.1397.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=25.24%
G=40.95%
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
Decimal1061721420.3800.170.33152.7328.4554.51
Hex6AAC8E2601121991c37
Octal15225421646021412313467
Binary110101010101100100011101001100100011000011001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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