#68A990

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

Shades of Acapulco #68A990

Tints of Acapulco #68A990

Color information

#68A990 (or 0x68A990) is unknown color: approx Acapulco. HEX triplet: 68, A9 and 90. RGB value is (104,169,144). Sum of RGB (Red+Green+Blue) = 104+169+144=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #68A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A990 is #97566F. Grayscale: #929292. Windows color (decimal): -9918064 or 9480552. OLE color: 9480552.

HSL color Cylindrical-coordinate representation of color #68A990: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A990 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB104169144-
CMYK0.3800.150.34
HSL156.92º27.43%53.53%-
HSV(B)156.92º38.46%66.27%-
XYZ24.9333.3331.51-
YUV146.71126.4797.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=24.94%
G=40.53%
B=34.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041691440.3800.150.34156.9227.4353.53
Hex68A990260F229d1b36
Octal15025122046017422353366
Binary11010001010100110010000100110011111000101001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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