#68AA91

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

Shades of Acapulco #68AA91

Tints of Acapulco #68AA91

Color information

#68AA91 (or 0x68AA91) is unknown color: approx Acapulco. HEX triplet: 68, AA and 91. RGB value is (104,170,145). Sum of RGB (Red+Green+Blue) = 104+170+145=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA91 is #97556E. Grayscale: #939393. Windows color (decimal): -9917807 or 9546344. OLE color: 9546344.

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

Color convert

RGB104170145-
CMYK0.3900.150.33
HSL157.27º27.97%53.73%-
HSV(B)157.27º38.82%66.67%-
XYZ25.1933.7431.97-
YUV147.42126.6397.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=24.82%
G=40.57%
B=34.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701450.3900.150.33157.2727.9753.73
Hex68AA91270F219d1c36
Octal15025222147017412353466
Binary11010001010101010010001100111011111000011001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AA91; }

 p { color: rgb(104,170,145); }

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

<style>
 a { background-color: #68AA91; }

 a { background-color: rgb(104,170,145); }

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

<style>
 span { border-color: #68AA91; }

 span { border-color: rgb(104,170,145); }

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