#6FA290

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

Shades of Acapulco #6FA290

Tints of Acapulco #6FA290

Color information

#6FA290 (or 0x6FA290) is unknown color: approx Acapulco. HEX triplet: 6F, A2 and 90. RGB value is (111,162,144). Sum of RGB (Red+Green+Blue) = 111+162+144=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA290 is #905D6F. Grayscale: #909090. Windows color (decimal): -9461104 or 9478767. OLE color: 9478767.

HSL color Cylindrical-coordinate representation of color #6FA290: hue angle of 158.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA290 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB111162144-
CMYK0.3100.110.36
HSL158.82º21.52%53.53%-
HSV(B)158.82º31.48%63.53%-
XYZ24.5131.2331.12-
YUV144.7127.6103.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=26.62%
G=38.85%
B=34.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621440.3100.110.36158.8221.5253.53
Hex6FA2901F0B249f1636
Octal15724222037013442372666
Binary1101111101000101001000011111010111001001001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,144); }

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

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

 a { background-color: rgb(111,162,144); }

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

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

 span { border-color: rgb(111,162,144); }

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