#6EA992

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

Shades of Acapulco #6EA992

Tints of Acapulco #6EA992

Color information

#6EA992 (or 0x6EA992) is unknown color: approx Acapulco. HEX triplet: 6E, A9 and 92. RGB value is (110,169,146). Sum of RGB (Red+Green+Blue) = 110+169+146=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA992 is #91566D. Grayscale: #949494. Windows color (decimal): -9524846 or 9611630. OLE color: 9611630.

HSL color Cylindrical-coordinate representation of color #6EA992: hue angle of 156.61º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA992 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB110169146-
CMYK0.3500.140.34
HSL156.61º25.54%54.71%-
HSV(B)156.61º34.91%66.27%-
XYZ25.8133.7732.35-
YUV148.74126.45100.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=25.88%
G=39.76%
B=34.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101691460.3500.140.34156.6125.5454.71
Hex6EA992230E229d1a37
Octal15625122243016422353267
Binary11011101010100110010010100011011101000101001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,169,146); }

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

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

 a { background-color: rgb(110,169,146); }

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

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

 span { border-color: rgb(110,169,146); }

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