#6DAB8E

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

Shades of Acapulco #6DAB8E

Tints of Acapulco #6DAB8E

Color information

#6DAB8E (or 0x6DAB8E) is unknown color: approx Acapulco. HEX triplet: 6D, AB and 8E. RGB value is (109,171,142). Sum of RGB (Red+Green+Blue) = 109+171+142=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB8E is #925471. Grayscale: #959595. Windows color (decimal): -9589874 or 9349997. OLE color: 9349997.

HSL color Cylindrical-coordinate representation of color #6DAB8E: hue angle of 151.94º degrees, saturation: 0.27, 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 #6DAB8E is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB109171142-
CMYK0.3600.170.33
HSL151.94º26.96%54.9%-
HSV(B)151.94º36.26%67.06%-
XYZ25.7534.3330.86-
YUV149.16123.9699.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=25.83%
G=40.52%
B=33.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711420.3600.170.33151.9426.9654.9
Hex6DAB8E2401121981b37
Octal15525321644021412303367
Binary110110110101011100011101001000100011000011001100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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