#6DA090

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

Shades of Acapulco #6DA090

Tints of Acapulco #6DA090

Color information

#6DA090 (or 0x6DA090) is unknown color: approx Acapulco. HEX triplet: 6D, A0 and 90. RGB value is (109,160,144). Sum of RGB (Red+Green+Blue) = 109+160+144=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA090 is #925F6F. Grayscale: #8E8E8E. Windows color (decimal): -9592688 or 9478253. OLE color: 9478253.

HSL color Cylindrical-coordinate representation of color #6DA090: hue angle of 161.18º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA090 is Cyan = 0.32, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB109160144-
CMYK0.3200.10.37
HSL161.18º21.16%52.75%-
HSV(B)161.18º31.87%62.75%-
XYZ23.9130.4130.99-
YUV142.93128.6103.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.39%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=26.39%
G=38.74%
B=34.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1091601440.3200.10.37161.1821.1652.75
Hex6DA090200A25a11535
Octal15524022040012452412565
Binary11011011010000010010000100000010101001011010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,160,144); }

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

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

 a { background-color: rgb(109,160,144); }

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

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

 span { border-color: rgb(109,160,144); }

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