#6FA98A

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

Shades of Acapulco #6FA98A

Tints of Acapulco #6FA98A

Color information

#6FA98A (or 0x6FA98A) is unknown color: approx Acapulco. HEX triplet: 6F, A9 and 8A. RGB value is (111,169,138). Sum of RGB (Red+Green+Blue) = 111+169+138=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA98A is #905675. Grayscale: #949494. Windows color (decimal): -9459318 or 9087343. OLE color: 9087343.

HSL color Cylindrical-coordinate representation of color #6FA98A: hue angle of 147.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA98A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB111169138-
CMYK0.3400.180.34
HSL147.93º25.22%54.9%-
HSV(B)147.93º34.32%66.27%-
XYZ25.3333.5929.19-
YUV148.12122.28101.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=26.56%
G=40.43%
B=33.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111691380.3400.180.34147.9325.2254.9
Hex6FA98A2201222941937
Octal15725121242022422243167
Binary110111110101001100010101000100100101000101001010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,169,138); }

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

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

 a { background-color: rgb(111,169,138); }

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

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

 span { border-color: rgb(111,169,138); }

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