#68AE95

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

Shades of Acapulco #68AE95

Tints of Acapulco #68AE95

Color information

#68AE95 (or 0x68AE95) is unknown color: approx Acapulco. HEX triplet: 68, AE and 95. RGB value is (104,174,149). Sum of RGB (Red+Green+Blue) = 104+174+149=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE95 is #97516A. Grayscale: #969696. Windows color (decimal): -9916779 or 9809512. OLE color: 9809512.

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

Color convert

RGB104174149-
CMYK0.4000.140.32
HSL158.57º30.17%54.51%-
HSV(B)158.57º40.23%68.24%-
XYZ26.2735.3933.88-
YUV150.22127.3195.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=24.36%
G=40.75%
B=34.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741490.4000.140.32158.5730.1754.51
Hex68AE95280E209f1e37
Octal15025622550016402373667
Binary11010001010111010010101101000011101000001001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,149); }

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

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

 a { background-color: rgb(104,174,149); }

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

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

 span { border-color: rgb(104,174,149); }

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