#6EAE96

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

Shades of Acapulco #6EAE96

Tints of Acapulco #6EAE96

Color information

#6EAE96 (or 0x6EAE96) is unknown color: approx Acapulco. HEX triplet: 6E, AE and 96. RGB value is (110,174,150). Sum of RGB (Red+Green+Blue) = 110+174+150=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAE96 is #915169. Grayscale: #989898. Windows color (decimal): -9523562 or 9875054. OLE color: 9875054.

HSL color Cylindrical-coordinate representation of color #6EAE96: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAE96 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB110174150-
CMYK0.3700.140.32
HSL157.5º28.32%55.69%-
HSV(B)157.5º36.78%68.24%-
XYZ27.0735.7934.34-
YUV152.13126.897.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=25.35%
G=40.09%
B=34.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101741500.3700.140.32157.528.3255.69
Hex6EAE96250E209e1c38
Octal15625622645016402363470
Binary11011101010111010010110100101011101000001001111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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