#6FAF96

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

Shades of Acapulco #6FAF96

Tints of Acapulco #6FAF96

Color information

#6FAF96 (or 0x6FAF96) is unknown color: approx Acapulco. HEX triplet: 6F, AF and 96. RGB value is (111,175,150). Sum of RGB (Red+Green+Blue) = 111+175+150=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF96 is #905069. Grayscale: #999999. Windows color (decimal): -9457770 or 9875311. OLE color: 9875311.

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

Color convert

RGB111175150-
CMYK0.3700.140.31
HSL156.56º28.57%56.08%-
HSV(B)156.56º36.57%68.63%-
XYZ27.3936.2434.41-
YUV153.01126.398.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.46%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=25.46%
G=40.14%
B=34.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751500.3700.140.31156.5628.5756.08
Hex6FAF96250E1F9d1d38
Octal15725722645016372353570
Binary1101111101011111001011010010101110111111001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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