#6FA996

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

Shades of Acapulco #6FA996

Tints of Acapulco #6FA996

Color information

#6FA996 (or 0x6FA996) is unknown color: approx Acapulco. HEX triplet: 6F, A9 and 96. RGB value is (111,169,150). Sum of RGB (Red+Green+Blue) = 111+169+150=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA996 is #905669. Grayscale: #959595. Windows color (decimal): -9459306 or 9873775. OLE color: 9873775.

HSL color Cylindrical-coordinate representation of color #6FA996: hue angle of 160.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA996 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB111169150-
CMYK0.3400.110.34
HSL160.34º25.22%54.9%-
HSV(B)160.34º34.32%66.27%-
XYZ26.2533.9634.03-
YUV149.49128.28100.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=25.81%
G=39.30%
B=34.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111691500.3400.110.34160.3425.2254.9
Hex6FA996220B22a01937
Octal15725122642013422403167
Binary11011111010100110010110100010010111000101010000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,169,150); }

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

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

 a { background-color: rgb(111,169,150); }

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

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

 span { border-color: rgb(111,169,150); }

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