#6FA98B

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

Shades of Acapulco #6FA98B

Tints of Acapulco #6FA98B

Color information

#6FA98B (or 0x6FA98B) is unknown color: approx Acapulco. HEX triplet: 6F, A9 and 8B. RGB value is (111,169,139). Sum of RGB (Red+Green+Blue) = 111+169+139=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA98B is #905674. Grayscale: #949494. Windows color (decimal): -9459317 or 9152879. OLE color: 9152879.

HSL color Cylindrical-coordinate representation of color #6FA98B: hue angle of 148.97º 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 #6FA98B is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB111169139-
CMYK0.3400.180.34
HSL148.97º25.22%54.9%-
HSV(B)148.97º34.32%66.27%-
XYZ25.433.6229.58-
YUV148.24122.78101.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.49%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=26.49%
G=40.33%
B=33.17%

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
Decimal1111691390.3400.180.34148.9725.2254.9
Hex6FA98B2201222951937
Octal15725121342022422253167
Binary110111110101001100010111000100100101000101001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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