#6FAD96

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

Shades of Acapulco #6FAD96

Tints of Acapulco #6FAD96

Color information

#6FAD96 (or 0x6FAD96) is unknown color: approx Acapulco. HEX triplet: 6F, AD and 96. RGB value is (111,173,150). Sum of RGB (Red+Green+Blue) = 111+173+150=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD96 is #905269. Grayscale: #979797. Windows color (decimal): -9458282 or 9874799. OLE color: 9874799.

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

Color convert

RGB111173150-
CMYK0.3600.130.32
HSL157.74º27.43%55.69%-
HSV(B)157.74º35.84%67.84%-
XYZ2735.4734.28-
YUV151.84126.9698.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=25.58%
G=39.86%
B=34.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111731500.3600.130.32157.7427.4355.69
Hex6FAD96240D209e1b38
Octal15725522644015402363370
Binary11011111010110110010110100100011011000001001111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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