#6FAE9C

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

Shades of Acapulco #6FAE9C

Tints of Acapulco #6FAE9C

Color information

#6FAE9C (or 0x6FAE9C) is unknown color: approx Acapulco. HEX triplet: 6F, AE and 9C. RGB value is (111,174,156). Sum of RGB (Red+Green+Blue) = 111+174+156=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAE9C is #905163. Grayscale: #999999. Windows color (decimal): -9458020 or 10268271. OLE color: 10268271.

HSL color Cylindrical-coordinate representation of color #6FAE9C: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAE9C is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB111174156-
CMYK0.3600.100.32
HSL162.86º28%55.88%-
HSV(B)162.86º36.21%68.24%-
XYZ27.6936.0536.95-
YUV153.11129.6397.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=25.17%
G=39.46%
B=35.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741560.3600.100.32162.862855.88
Hex6FAE9C240A20a31c38
Octal15725623444012402433470
Binary11011111010111010011100100100010101000001010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,156); }

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

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

 a { background-color: rgb(111,174,156); }

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

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

 span { border-color: rgb(111,174,156); }

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