#68AC92

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

Shades of Acapulco #68AC92

Tints of Acapulco #68AC92

Color information

#68AC92 (or 0x68AC92) is unknown color: approx Acapulco. HEX triplet: 68, AC and 92. RGB value is (104,172,146). Sum of RGB (Red+Green+Blue) = 104+172+146=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC92 is #97536D. Grayscale: #949494. Windows color (decimal): -9917294 or 9612392. OLE color: 9612392.

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

Color convert

RGB104172146-
CMYK0.4000.150.33
HSL157.06º29.06%54.12%-
HSV(B)157.06º39.53%67.45%-
XYZ25.6534.5232.51-
YUV148.7126.4796.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=24.64%
G=40.76%
B=34.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721460.4000.150.33157.0629.0654.12
Hex68AC92280F219d1d36
Octal15025422250017412353566
Binary11010001010110010010010101000011111000011001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,146); }

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

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

 a { background-color: rgb(104,172,146); }

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

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

 span { border-color: rgb(104,172,146); }

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