#6EAD8C

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

Shades of Acapulco #6EAD8C

Tints of Acapulco #6EAD8C

Color information

#6EAD8C (or 0x6EAD8C) is unknown color: approx Acapulco. HEX triplet: 6E, AD and 8C. RGB value is (110,173,140). Sum of RGB (Red+Green+Blue) = 110+173+140=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAD8C is #915273. Grayscale: #969696. Windows color (decimal): -9523828 or 9219438. OLE color: 9219438.

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

Color convert

RGB110173140-
CMYK0.3600.190.32
HSL148.57º27.75%55.49%-
HSV(B)148.57º36.42%67.84%-
XYZ26.1135.130.21-
YUV150.4122.1399.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=26.00%
G=40.90%
B=33.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731400.3600.190.32148.5727.7555.49
Hex6EAD8C2401320951c37
Octal15625521444023402253467
Binary110111010101101100011001001000100111000001001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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