#6EAA8D

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

Shades of Acapulco #6EAA8D

Tints of Acapulco #6EAA8D

Color information

#6EAA8D (or 0x6EAA8D) is unknown color: approx Acapulco. HEX triplet: 6E, AA and 8D. RGB value is (110,170,141). Sum of RGB (Red+Green+Blue) = 110+170+141=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAA8D is #915572. Grayscale: #949494. Windows color (decimal): -9524595 or 9284206. OLE color: 9284206.

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

Color convert

RGB110170141-
CMYK0.3500.170.33
HSL151º26.09%54.9%-
HSV(B)151º35.29%66.67%-
XYZ25.6133.9930.41-
YUV148.75123.62100.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=26.13%
G=40.38%
B=33.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101701410.3500.170.3315126.0954.9
Hex6EAA8D2301121971a37
Octal15625221543021412273267
Binary110111010101010100011011000110100011000011001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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