#6EAB8E

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

Shades of Acapulco #6EAB8E

Tints of Acapulco #6EAB8E

Color information

#6EAB8E (or 0x6EAB8E) is unknown color: approx Acapulco. HEX triplet: 6E, AB and 8E. RGB value is (110,171,142). Sum of RGB (Red+Green+Blue) = 110+171+142=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB8E is #915471. Grayscale: #959595. Windows color (decimal): -9524338 or 9349998. OLE color: 9349998.

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

Color convert

RGB110171142-
CMYK0.3600.170.33
HSL151.48º26.64%55.1%-
HSV(B)151.48º35.67%67.06%-
XYZ25.8834.3930.87-
YUV149.45123.7999.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=26.00%
G=40.43%
B=33.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101711420.3600.170.33151.4826.6455.1
Hex6EAB8E2401121971b37
Octal15625321644021412273367
Binary110111010101011100011101001000100011000011001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,142); }

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

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

 a { background-color: rgb(110,171,142); }

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

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

 span { border-color: rgb(110,171,142); }

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