#6CAC8E

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

Shades of Acapulco #6CAC8E

Tints of Acapulco #6CAC8E

Color information

#6CAC8E (or 0x6CAC8E) is unknown color: approx Acapulco. HEX triplet: 6C, AC and 8E. RGB value is (108,172,142). Sum of RGB (Red+Green+Blue) = 108+172+142=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC8E is #935371. Grayscale: #959595. Windows color (decimal): -9655154 or 9350252. OLE color: 9350252.

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

Color convert

RGB108172142-
CMYK0.3700.170.33
HSL151.88º27.83%54.9%-
HSV(B)151.88º37.21%67.45%-
XYZ25.8234.6530.92-
YUV149.44123.898.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=25.59%
G=40.76%
B=33.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081721420.3700.170.33151.8827.8354.9
Hex6CAC8E2501121981c37
Octal15425421645021412303467
Binary110110010101100100011101001010100011000011001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,142); }

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

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

 a { background-color: rgb(108,172,142); }

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

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

 span { border-color: rgb(108,172,142); }

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