#68AB92

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

Shades of Acapulco #68AB92

Tints of Acapulco #68AB92

Color information

#68AB92 (or 0x68AB92) is unknown color: approx Acapulco. HEX triplet: 68, AB and 92. RGB value is (104,171,146). Sum of RGB (Red+Green+Blue) = 104+171+146=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB92 is #97546D. Grayscale: #949494. Windows color (decimal): -9917550 or 9612136. OLE color: 9612136.

HSL color Cylindrical-coordinate representation of color #68AB92: hue angle of 157.61º 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 #68AB92 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB104171146-
CMYK0.3900.150.33
HSL157.61º28.51%53.92%-
HSV(B)157.61º39.18%67.06%-
XYZ25.4634.1432.44-
YUV148.12126.896.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=24.70%
G=40.62%
B=34.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711460.3900.150.33157.6128.5153.92
Hex68AB92270F219e1d36
Octal15025322247017412363566
Binary11010001010101110010010100111011111000011001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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