#68B193

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

Shades of Acapulco #68B193

Tints of Acapulco #68B193

Color information

#68B193 (or 0x68B193) is unknown color: approx Acapulco. HEX triplet: 68, B1 and 93. RGB value is (104,177,147). Sum of RGB (Red+Green+Blue) = 104+177+147=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #68B193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B193 is #974E6C. Grayscale: #979797. Windows color (decimal): -9916013 or 9679208. OLE color: 9679208.

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

Color convert

RGB104177147-
CMYK0.4100.170.31
HSL155.34º31.88%55.1%-
HSV(B)155.34º41.24%69.41%-
XYZ26.736.4933.24-
YUV151.75125.3293.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=24.30%
G=41.36%
B=34.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041771470.4100.170.31155.3431.8855.1
Hex68B193290111F9b2037
Octal15026122351021372334067
Binary110100010110001100100111010010100011111110011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,147); }

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

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

 a { background-color: rgb(104,177,147); }

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

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

 span { border-color: rgb(104,177,147); }

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