#68AE90

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

Shades of Acapulco #68AE90

Tints of Acapulco #68AE90

Color information

#68AE90 (or 0x68AE90) is unknown color: approx Acapulco. HEX triplet: 68, AE and 90. RGB value is (104,174,144). Sum of RGB (Red+Green+Blue) = 104+174+144=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE90 is #97516F. Grayscale: #959595. Windows color (decimal): -9916784 or 9481832. OLE color: 9481832.

HSL color Cylindrical-coordinate representation of color #68AE90: hue angle of 154.29º 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 #68AE90 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB104174144-
CMYK0.4000.170.32
HSL154.29º30.17%54.51%-
HSV(B)154.29º40.23%68.24%-
XYZ25.8835.2331.82-
YUV149.65124.8195.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=24.64%
G=41.23%
B=34.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741440.4000.170.32154.2930.1754.51
Hex68AE9028011209a1e37
Octal15025622050021402323667
Binary110100010101110100100001010000100011000001001101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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