#6CAB8F

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

Shades of Acapulco #6CAB8F

Tints of Acapulco #6CAB8F

Color information

#6CAB8F (or 0x6CAB8F) is unknown color: approx Acapulco. HEX triplet: 6C, AB and 8F. RGB value is (108,171,143). Sum of RGB (Red+Green+Blue) = 108+171+143=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB8F is #935470. Grayscale: #959595. Windows color (decimal): -9655409 or 9415532. OLE color: 9415532.

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

Color convert

RGB108171143-
CMYK0.3700.160.33
HSL153.33º27.27%54.71%-
HSV(B)153.33º36.84%67.06%-
XYZ25.7134.331.25-
YUV148.97124.6398.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=25.59%
G=40.52%
B=33.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711430.3700.160.33153.3327.2754.71
Hex6CAB8F2501021991b37
Octal15425321745020412313367
Binary110110010101011100011111001010100001000011001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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