#68AB90

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

Shades of Acapulco #68AB90

Tints of Acapulco #68AB90

Color information

#68AB90 (or 0x68AB90) is unknown color: approx Acapulco. HEX triplet: 68, AB and 90. RGB value is (104,171,144). Sum of RGB (Red+Green+Blue) = 104+171+144=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB90 is #97546F. Grayscale: #939393. Windows color (decimal): -9917552 or 9481064. OLE color: 9481064.

HSL color Cylindrical-coordinate representation of color #68AB90: hue angle of 155.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB90 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB104171144-
CMYK0.3900.160.33
HSL155.82º28.51%53.92%-
HSV(B)155.82º39.18%67.06%-
XYZ25.3134.0831.63-
YUV147.89125.896.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=24.82%
G=40.81%
B=34.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711440.3900.160.33155.8228.5153.92
Hex68AB9027010219c1d36
Octal15025322047020412343566
Binary110100010101011100100001001110100001000011001110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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