#6CAB8D

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

Shades of Acapulco #6CAB8D

Tints of Acapulco #6CAB8D

Color information

#6CAB8D (or 0x6CAB8D) is unknown color: approx Acapulco. HEX triplet: 6C, AB and 8D. RGB value is (108,171,141). Sum of RGB (Red+Green+Blue) = 108+171+141=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB8D is #935472. Grayscale: #949494. Windows color (decimal): -9655411 or 9284460. OLE color: 9284460.

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

Color convert

RGB108171141-
CMYK0.3700.180.33
HSL151.43º27.27%54.71%-
HSV(B)151.43º36.84%67.06%-
XYZ25.5534.2430.46-
YUV148.74123.6398.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=25.71%
G=40.71%
B=33.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711410.3700.180.33151.4327.2754.71
Hex6CAB8D2501221971b37
Octal15425321545022412273367
Binary110110010101011100011011001010100101000011001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,141); }

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

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

 a { background-color: rgb(108,171,141); }

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

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

 span { border-color: rgb(108,171,141); }

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