#68AA94

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

Shades of Acapulco #68AA94

Tints of Acapulco #68AA94

Color information

#68AA94 (or 0x68AA94) is unknown color: approx Acapulco. HEX triplet: 68, AA and 94. RGB value is (104,170,148). Sum of RGB (Red+Green+Blue) = 104+170+148=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA94 is #97556B. Grayscale: #939393. Windows color (decimal): -9917804 or 9742952. OLE color: 9742952.

HSL color Cylindrical-coordinate representation of color #68AA94: hue angle of 160º 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 #68AA94 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB104170148-
CMYK0.3900.130.33
HSL160º27.97%53.73%-
HSV(B)160º38.82%66.67%-
XYZ25.4333.8333.21-
YUV147.76128.1396.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=24.64%
G=40.28%
B=35.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701480.3900.130.3316027.9753.73
Hex68AA94270D21a01c36
Octal15025222447015412403466
Binary11010001010101010010100100111011011000011010000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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