#6EAD95

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

Shades of Acapulco #6EAD95

Tints of Acapulco #6EAD95

Color information

#6EAD95 (or 0x6EAD95) is unknown color: approx Acapulco. HEX triplet: 6E, AD and 95. RGB value is (110,173,149). Sum of RGB (Red+Green+Blue) = 110+173+149=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAD95 is #91526A. Grayscale: #979797. Windows color (decimal): -9523819 or 9809262. OLE color: 9809262.

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

Color convert

RGB110173149-
CMYK0.3600.140.32
HSL157.14º27.75%55.49%-
HSV(B)157.14º36.42%67.84%-
XYZ26.835.3733.85-
YUV151.43126.6398.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=25.46%
G=40.05%
B=34.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731490.3600.140.32157.1427.7555.49
Hex6EAD95240E209d1c37
Octal15625522544016402353467
Binary11011101010110110010101100100011101000001001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,173,149); }

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

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

 a { background-color: rgb(110,173,149); }

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

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

 span { border-color: rgb(110,173,149); }

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