#68A68F

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

Shades of Acapulco #68A68F

Tints of Acapulco #68A68F

Color information

#68A68F (or 0x68A68F) is unknown color: approx Acapulco. HEX triplet: 68, A6 and 8F. RGB value is (104,166,143). Sum of RGB (Red+Green+Blue) = 104+166+143=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #68A68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A68F is #975970. Grayscale: #909090. Windows color (decimal): -9918833 or 9414248. OLE color: 9414248.

HSL color Cylindrical-coordinate representation of color #68A68F: hue angle of 157.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A68F is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB104166143-
CMYK0.3700.140.35
HSL157.74º25.83%52.94%-
HSV(B)157.74º37.35%65.1%-
XYZ24.332.230.92-
YUV144.84126.9698.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=25.18%
G=40.19%
B=34.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041661430.3700.140.35157.7425.8352.94
Hex68A68F250E239e1a35
Octal15024621745016432363265
Binary11010001010011010001111100101011101000111001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,143); }

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

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

 a { background-color: rgb(104,166,143); }

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

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

 span { border-color: rgb(104,166,143); }

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