#6EAB96

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

Shades of Acapulco #6EAB96

Tints of Acapulco #6EAB96

Color information

#6EAB96 (or 0x6EAB96) is unknown color: approx Acapulco. HEX triplet: 6E, AB and 96. RGB value is (110,171,150). Sum of RGB (Red+Green+Blue) = 110+171+150=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB96 is #915469. Grayscale: #969696. Windows color (decimal): -9524330 or 9874286. OLE color: 9874286.

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

Color convert

RGB110171150-
CMYK0.3600.120.33
HSL159.34º26.64%55.1%-
HSV(B)159.34º35.67%67.06%-
XYZ26.534.6434.14-
YUV150.37127.7999.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=25.52%
G=39.68%
B=34.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101711500.3600.120.33159.3426.6455.1
Hex6EAB96240C219f1b37
Octal15625322644014412373367
Binary11011101010101110010110100100011001000011001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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