#6FAF95

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

Shades of Acapulco #6FAF95

Tints of Acapulco #6FAF95

Color information

#6FAF95 (or 0x6FAF95) is unknown color: approx Acapulco. HEX triplet: 6F, AF and 95. RGB value is (111,175,149). Sum of RGB (Red+Green+Blue) = 111+175+149=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF95 is #90506A. Grayscale: #989898. Windows color (decimal): -9457771 or 9809775. OLE color: 9809775.

HSL color Cylindrical-coordinate representation of color #6FAF95: hue angle of 155.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF95 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB111175149-
CMYK0.3700.150.31
HSL155.62º28.57%56.08%-
HSV(B)155.62º36.57%68.63%-
XYZ27.3136.2133.98-
YUV152.9125.898.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.52%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=25.52%
G=40.23%
B=34.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751490.3700.150.31155.6228.5756.08
Hex6FAF95250F1F9c1d38
Octal15725722545017372343570
Binary1101111101011111001010110010101111111111001110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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