#6FAD94

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

Shades of Acapulco #6FAD94

Tints of Acapulco #6FAD94

Color information

#6FAD94 (or 0x6FAD94) is unknown color: approx Acapulco. HEX triplet: 6F, AD and 94. RGB value is (111,173,148). Sum of RGB (Red+Green+Blue) = 111+173+148=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD94 is #90526B. Grayscale: #979797. Windows color (decimal): -9458284 or 9743727. OLE color: 9743727.

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

Color convert

RGB111173148-
CMYK0.3600.140.32
HSL155.81º27.43%55.69%-
HSV(B)155.81º35.84%67.84%-
XYZ26.8435.433.44-
YUV151.61125.9699.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.69%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=25.69%
G=40.05%
B=34.26%

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
Decimal1111731480.3600.140.32155.8127.4355.69
Hex6FAD94240E209c1b38
Octal15725522444016402343370
Binary11011111010110110010100100100011101000001001110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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