#6AAB91

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

Shades of Acapulco #6AAB91

Tints of Acapulco #6AAB91

Color information

#6AAB91 (or 0x6AAB91) is unknown color: approx Acapulco. HEX triplet: 6A, AB and 91. RGB value is (106,171,145). Sum of RGB (Red+Green+Blue) = 106+171+145=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB91 is #95546E. Grayscale: #949494. Windows color (decimal): -9786479 or 9546602. OLE color: 9546602.

HSL color Cylindrical-coordinate representation of color #6AAB91: hue angle of 156º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB91 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB106171145-
CMYK0.3800.150.33
HSL156º27.9%54.31%-
HSV(B)156º38.01%67.06%-
XYZ25.6234.2332.05-
YUV148.6125.9797.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.12%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=25.12%
G=40.52%
B=34.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711450.3800.150.3315627.954.31
Hex6AAB91260F219c1c36
Octal15225322146017412343466
Binary11010101010101110010001100110011111000011001110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,145); }

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

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

 a { background-color: rgb(106,171,145); }

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

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

 span { border-color: rgb(106,171,145); }

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