#68AD91

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

Shades of Acapulco #68AD91

Tints of Acapulco #68AD91

Color information

#68AD91 (or 0x68AD91) is unknown color: approx Acapulco. HEX triplet: 68, AD and 91. RGB value is (104,173,145). Sum of RGB (Red+Green+Blue) = 104+173+145=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD91 is #97526E. Grayscale: #959595. Windows color (decimal): -9917039 or 9547112. OLE color: 9547112.

HSL color Cylindrical-coordinate representation of color #68AD91: hue angle of 155.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD91 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB104173145-
CMYK0.4000.160.32
HSL155.65º29.61%54.31%-
HSV(B)155.65º39.88%67.84%-
XYZ25.7634.8732.16-
YUV149.18125.6495.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=24.64%
G=41.00%
B=34.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731450.4000.160.32155.6529.6154.31
Hex68AD9128010209c1e36
Octal15025522150020402343666
Binary110100010101101100100011010000100001000001001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,173,145); }

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

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

 a { background-color: rgb(104,173,145); }

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

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

 span { border-color: rgb(104,173,145); }

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