#6FA08D

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

Shades of Acapulco #6FA08D

Tints of Acapulco #6FA08D

Color information

#6FA08D (or 0x6FA08D) is unknown color: approx Acapulco. HEX triplet: 6F, A0 and 8D. RGB value is (111,160,141). Sum of RGB (Red+Green+Blue) = 111+160+141=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA08D is #905F72. Grayscale: #8F8F8F. Windows color (decimal): -9461619 or 9281647. OLE color: 9281647.

HSL color Cylindrical-coordinate representation of color #6FA08D: hue angle of 156.73º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA08D is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB111160141-
CMYK0.3100.120.37
HSL156.73º20.5%53.14%-
HSV(B)156.73º30.63%62.75%-
XYZ23.9330.4429.81-
YUV143.18126.77105.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.94%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=26.94%
G=38.83%
B=34.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1111601410.3100.120.37156.7320.553.14
Hex6FA08D1F0C259d1535
Octal15724021537014452352565
Binary1101111101000001000110111111011001001011001110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,160,141); }

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

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

 a { background-color: rgb(111,160,141); }

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

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

 span { border-color: rgb(111,160,141); }

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