#6FA990

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

Shades of Acapulco #6FA990

Tints of Acapulco #6FA990

Color information

#6FA990 (or 0x6FA990) is unknown color: approx Acapulco. HEX triplet: 6F, A9 and 90. RGB value is (111,169,144). Sum of RGB (Red+Green+Blue) = 111+169+144=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA990 is #90566F. Grayscale: #949494. Windows color (decimal): -9459312 or 9480559. OLE color: 9480559.

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

Color convert

RGB111169144-
CMYK0.3400.150.34
HSL154.14º25.22%54.9%-
HSV(B)154.14º34.32%66.27%-
XYZ25.7833.7731.55-
YUV148.81125.28101.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=26.18%
G=39.86%
B=33.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111691440.3400.150.34154.1425.2254.9
Hex6FA990220F229a1937
Octal15725122042017422323167
Binary11011111010100110010000100010011111000101001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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