#68B294

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

Shades of Acapulco #68B294

Tints of Acapulco #68B294

Color information

#68B294 (or 0x68B294) is unknown color: approx Acapulco. HEX triplet: 68, B2 and 94. RGB value is (104,178,148). Sum of RGB (Red+Green+Blue) = 104+178+148=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #68B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B294 is #974D6B. Grayscale: #989898. Windows color (decimal): -9915756 or 9745000. OLE color: 9745000.

HSL color Cylindrical-coordinate representation of color #68B294: hue angle of 155.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B294 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB104178148-
CMYK0.4200.170.30
HSL155.68º32.46%55.29%-
HSV(B)155.68º41.57%69.8%-
XYZ26.9736.9233.72-
YUV152.45125.4893.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.19%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=24.19%
G=41.40%
B=34.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041781480.4200.170.30155.6832.4655.29
Hex68B2942A0111E9c2037
Octal15026222452021362344067
Binary110100010110010100101001010100100011111010011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,178,148); }

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

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

 a { background-color: rgb(104,178,148); }

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

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

 span { border-color: rgb(104,178,148); }

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