#6fae8f

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

Shades of Acapulco #6FAE8F

Tints of Acapulco #6FAE8F

Color information

#6FAE8F (or 0x6FAE8F) is unknown color: approx Acapulco. HEX triplet: 6F, AE and 8F. RGB value is (111,174,143). Sum of RGB (Red+Green+Blue) = 111+174+143=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAE8F is #905170. Grayscale: #979797. Windows color (decimal): -9458033 or 9416303. OLE color: 9416303.

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

Color convert

RGB111174143-
CMYK0.3600.180.32
HSL150.48º28%55.88%-
HSV(B)150.48º36.21%68.24%-
XYZ26.6535.6331.46-
YUV151.63123.1399.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.93%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=25.93%
G=40.65%
B=33.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741430.3600.180.32150.482855.88
Hex6FAE8F2401220961c38
Octal15725621744022402263470
Binary110111110101110100011111001000100101000001001011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fae8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,143); }

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

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

 a { background-color: rgb(111,174,143); }

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

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

 span { border-color: rgb(111,174,143); }

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