#68A98D

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

Shades of Acapulco #68A98D

Tints of Acapulco #68A98D

Color information

#68A98D (or 0x68A98D) is unknown color: approx Acapulco. HEX triplet: 68, A9 and 8D. RGB value is (104,169,141). Sum of RGB (Red+Green+Blue) = 104+169+141=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #68A98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A98D is #975672. Grayscale: #929292. Windows color (decimal): -9918067 or 9283944. OLE color: 9283944.

HSL color Cylindrical-coordinate representation of color #68A98D: hue angle of 154.15º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A98D is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB104169141-
CMYK0.3800.170.34
HSL154.15º27.43%53.53%-
HSV(B)154.15º38.46%66.27%-
XYZ24.733.2430.31-
YUV146.37124.9797.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=25.12%
G=40.82%
B=34.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041691410.3800.170.34154.1527.4353.53
Hex68A98D26011229a1b36
Octal15025121546021422323366
Binary110100010101001100011011001100100011000101001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,169,141); }

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

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

 a { background-color: rgb(104,169,141); }

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

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

 span { border-color: rgb(104,169,141); }

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