#68a88e

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

Shades of Acapulco #68A88E

Tints of Acapulco #68A88E

Color information

#68A88E (or 0x68A88E) is unknown color: approx Acapulco. HEX triplet: 68, A8 and 8E. RGB value is (104,168,142). Sum of RGB (Red+Green+Blue) = 104+168+142=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #68A88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A88E is #975771. Grayscale: #919191. Windows color (decimal): -9918322 or 9349224. OLE color: 9349224.

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

Color convert

RGB104168142-
CMYK0.3800.150.34
HSL155.62º26.89%53.33%-
HSV(B)155.62º38.1%65.88%-
XYZ24.5932.930.65-
YUV145.9125.898.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=25.12%
G=40.58%
B=34.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041681420.3800.150.34155.6226.8953.33
Hex68A88E260F229c1b35
Octal15025021646017422343365
Binary11010001010100010001110100110011111000101001110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a88e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,168,142); }

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

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

 a { background-color: rgb(104,168,142); }

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

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

 span { border-color: rgb(104,168,142); }

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