#6DA990

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

Shades of Acapulco #6DA990

Tints of Acapulco #6DA990

Color information

#6DA990 (or 0x6DA990) is unknown color: approx Acapulco. HEX triplet: 6D, A9 and 90. RGB value is (109,169,144). Sum of RGB (Red+Green+Blue) = 109+169+144=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #6DA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA990 is #92566F. Grayscale: #949494. Windows color (decimal): -9590384 or 9480557. OLE color: 9480557.

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

Color convert

RGB109169144-
CMYK0.3600.150.34
HSL155º25.86%54.51%-
HSV(B)155º35.5%66.27%-
XYZ25.5333.6431.53-
YUV148.21125.62100.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=25.83%
G=40.05%
B=34.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1091691440.3600.150.3415525.8654.51
Hex6DA990240F229b1a37
Octal15525122044017422333267
Binary11011011010100110010000100100011111000101001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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