#6EA990

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

Shades of Acapulco #6EA990

Tints of Acapulco #6EA990

Color information

#6EA990 (or 0x6EA990) is unknown color: approx Acapulco. HEX triplet: 6E, A9 and 90. RGB value is (110,169,144). Sum of RGB (Red+Green+Blue) = 110+169+144=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA990 is #91566F. Grayscale: #949494. Windows color (decimal): -9524848 or 9480558. OLE color: 9480558.

HSL color Cylindrical-coordinate representation of color #6EA990: hue angle of 154.58º 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 #6EA990 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB110169144-
CMYK0.3500.150.34
HSL154.58º25.54%54.71%-
HSV(B)154.58º34.91%66.27%-
XYZ25.6533.731.54-
YUV148.51125.45100.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=26.00%
G=39.95%
B=34.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101691440.3500.150.34154.5825.5454.71
Hex6EA990230F229b1a37
Octal15625122043017422333267
Binary11011101010100110010000100011011111000101001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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