#68AA92

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

Shades of Acapulco #68AA92

Tints of Acapulco #68AA92

Color information

#68AA92 (or 0x68AA92) is unknown color: approx Acapulco. HEX triplet: 68, AA and 92. RGB value is (104,170,146). Sum of RGB (Red+Green+Blue) = 104+170+146=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA92 is #97556D. Grayscale: #939393. Windows color (decimal): -9917806 or 9611880. OLE color: 9611880.

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

Color convert

RGB104170146-
CMYK0.3900.140.33
HSL158.18º27.97%53.73%-
HSV(B)158.18º38.82%66.67%-
XYZ25.2733.7732.38-
YUV147.53127.1396.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=24.76%
G=40.48%
B=34.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041701460.3900.140.33158.1827.9753.73
Hex68AA92270E219e1c36
Octal15025222247016412363466
Binary11010001010101010010010100111011101000011001111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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