#6DAA8B

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

Shades of Acapulco #6DAA8B

Tints of Acapulco #6DAA8B

Color information

#6DAA8B (or 0x6DAA8B) is unknown color: approx Acapulco. HEX triplet: 6D, AA and 8B. RGB value is (109,170,139). Sum of RGB (Red+Green+Blue) = 109+170+139=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA8B is #925574. Grayscale: #949494. Windows color (decimal): -9590133 or 9153133. OLE color: 9153133.

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

Color convert

RGB109170139-
CMYK0.3600.180.33
HSL149.51º26.41%54.71%-
HSV(B)149.51º35.88%66.67%-
XYZ25.3433.8629.63-
YUV148.23122.79100.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=26.08%
G=40.67%
B=33.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091701390.3600.180.33149.5126.4154.71
Hex6DAA8B2401221961a37
Octal15525221344022412263267
Binary110110110101010100010111001000100101000011001011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,139); }

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

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

 a { background-color: rgb(109,170,139); }

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

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

 span { border-color: rgb(109,170,139); }

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