#6EAD9B

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

Shades of Acapulco #6EAD9B

Tints of Acapulco #6EAD9B

Color information

#6EAD9B (or 0x6EAD9B) is unknown color: approx Acapulco. HEX triplet: 6E, AD and 9B. RGB value is (110,173,155). Sum of RGB (Red+Green+Blue) = 110+173+155=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAD9B is #915264. Grayscale: #989898. Windows color (decimal): -9523813 or 10202478. OLE color: 10202478.

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

Color convert

RGB110173155-
CMYK0.3600.100.32
HSL162.86º27.75%55.49%-
HSV(B)162.86º36.42%67.84%-
XYZ27.2935.5736.44-
YUV152.11129.6397.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.11%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=25.11%
G=39.50%
B=35.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731550.3600.100.32162.8627.7555.49
Hex6EAD9B240A20a31c37
Octal15625523344012402433467
Binary11011101010110110011011100100010101000001010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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