#6AAB97

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

Shades of Acapulco #6AAB97

Tints of Acapulco #6AAB97

Color information

#6AAB97 (or 0x6AAB97) is unknown color: approx Acapulco. HEX triplet: 6A, AB and 97. RGB value is (106,171,151). Sum of RGB (Red+Green+Blue) = 106+171+151=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB97 is #955468. Grayscale: #959595. Windows color (decimal): -9786473 or 9939818. OLE color: 9939818.

HSL color Cylindrical-coordinate representation of color #6AAB97: hue angle of 161.54º 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 #6AAB97 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB106171151-
CMYK0.3800.120.33
HSL161.54º27.9%54.31%-
HSV(B)161.54º38.01%67.06%-
XYZ26.0934.4234.55-
YUV149.28128.9797.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.77%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=24.77%
G=39.95%
B=35.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711510.3800.120.33161.5427.954.31
Hex6AAB97260C21a21c36
Octal15225322746014412423466
Binary11010101010101110010111100110011001000011010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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