#6EAD94

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

Shades of Acapulco #6EAD94

Tints of Acapulco #6EAD94

Color information

#6EAD94 (or 0x6EAD94) is unknown color: approx Acapulco. HEX triplet: 6E, AD and 94. RGB value is (110,173,148). Sum of RGB (Red+Green+Blue) = 110+173+148=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAD94 is #91526B. Grayscale: #979797. Windows color (decimal): -9523820 or 9743726. OLE color: 9743726.

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

Color convert

RGB110173148-
CMYK0.3600.140.32
HSL156.19º27.75%55.49%-
HSV(B)156.19º36.42%67.84%-
XYZ26.7235.3433.43-
YUV151.31126.1398.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=25.52%
G=40.14%
B=34.34%

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
Decimal1101731480.3600.140.32156.1927.7555.49
Hex6EAD94240E209c1c37
Octal15625522444016402343467
Binary11011101010110110010100100100011101000001001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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