#6DA48E

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

Shades of Acapulco #6DA48E

Tints of Acapulco #6DA48E

Color information

#6DA48E (or 0x6DA48E) is unknown color: approx Acapulco. HEX triplet: 6D, A4 and 8E. RGB value is (109,164,142). Sum of RGB (Red+Green+Blue) = 109+164+142=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA48E is #925B71. Grayscale: #919191. Windows color (decimal): -9591666 or 9348205. OLE color: 9348205.

HSL color Cylindrical-coordinate representation of color #6DA48E: hue angle of 156º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA48E is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB109164142-
CMYK0.3400.130.36
HSL156º23.21%53.53%-
HSV(B)156º33.54%64.31%-
XYZ24.4631.7630.43-
YUV145.05126.28102.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.27%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=26.27%
G=39.52%
B=34.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091641420.3400.130.3615623.2153.53
Hex6DA48E220D249c1736
Octal15524421642015442342766
Binary11011011010010010001110100010011011001001001110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,142); }

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

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

 a { background-color: rgb(109,164,142); }

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

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

 span { border-color: rgb(109,164,142); }

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