#6FAD8C

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

Shades of Acapulco #6FAD8C

Tints of Acapulco #6FAD8C

Color information

#6FAD8C (or 0x6FAD8C) is unknown color: approx Acapulco. HEX triplet: 6F, AD and 8C. RGB value is (111,173,140). Sum of RGB (Red+Green+Blue) = 111+173+140=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD8C is #905273. Grayscale: #969696. Windows color (decimal): -9458292 or 9219439. OLE color: 9219439.

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

Color convert

RGB111173140-
CMYK0.3600.190.32
HSL148.06º27.43%55.69%-
HSV(B)148.06º35.84%67.84%-
XYZ26.2335.1630.21-
YUV150.7121.9699.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=26.18%
G=40.80%
B=33.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111731400.3600.190.32148.0627.4355.69
Hex6FAD8C2401320941b38
Octal15725521444023402243370
Binary110111110101101100011001001000100111000001001010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,173,140); }

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

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

 a { background-color: rgb(111,173,140); }

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

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

 span { border-color: rgb(111,173,140); }

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