#6FAB90

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

Shades of Acapulco #6FAB90

Tints of Acapulco #6FAB90

Color information

#6FAB90 (or 0x6FAB90) is unknown color: approx Acapulco. HEX triplet: 6F, AB and 90. RGB value is (111,171,144). Sum of RGB (Red+Green+Blue) = 111+171+144=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB90 is #90546F. Grayscale: #969696. Windows color (decimal): -9458800 or 9481071. OLE color: 9481071.

HSL color Cylindrical-coordinate representation of color #6FAB90: hue angle of 153º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAB90 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB111171144-
CMYK0.3500.160.33
HSL153º26.32%55.29%-
HSV(B)153º35.09%67.06%-
XYZ26.1534.5231.67-
YUV149.98124.62100.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.06%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=26.06%
G=40.14%
B=33.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711440.3500.160.3315326.3255.29
Hex6FAB902301021991a37
Octal15725322043020412313267
Binary110111110101011100100001000110100001000011001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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