#6FAD95

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

Shades of Acapulco #6FAD95

Tints of Acapulco #6FAD95

Color information

#6FAD95 (or 0x6FAD95) is unknown color: approx Acapulco. HEX triplet: 6F, AD and 95. RGB value is (111,173,149). Sum of RGB (Red+Green+Blue) = 111+173+149=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD95 is #90526A. Grayscale: #979797. Windows color (decimal): -9458283 or 9809263. OLE color: 9809263.

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

Color convert

RGB111173149-
CMYK0.3600.140.32
HSL156.77º27.43%55.69%-
HSV(B)156.77º35.84%67.84%-
XYZ26.9235.4433.85-
YUV151.73126.4698.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=25.64%
G=39.95%
B=34.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111731490.3600.140.32156.7727.4355.69
Hex6FAD95240E209d1b38
Octal15725522544016402353370
Binary11011111010110110010101100100011101000001001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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