#869E92

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

Shades of Acapulco #869E92

Tints of Acapulco #869E92

Color information

#869E92 (or 0x869E92) is unknown color: approx Acapulco. HEX triplet: 86, 9E and 92. RGB value is (134,158,146). Sum of RGB (Red+Green+Blue) = 134+158+146=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 158 - color contains mainly: green. Hex color #869E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E92 is #79616D. Grayscale: #959595. Windows color (decimal): -7954798 or 9608838. OLE color: 9608838.

HSL color Cylindrical-coordinate representation of color #869E92: hue angle of 150º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869E92 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB134158146-
CMYK0.1500.080.38
HSL150º11.01%57.25%-
HSV(B)150º15.19%61.96%-
XYZ27.2531.631.86-
YUV149.46126.05116.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=30.59%
G=36.07%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341581460.1500.080.3815011.0157.25
Hex869E92F082696b39
Octal20623622217010462261371
Binary100001101001111010010010111101000100110100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869E92; }

 p { color: rgb(134,158,146); }

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

<style>
 a { background-color: #869E92; }

 a { background-color: rgb(134,158,146); }

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

<style>
 span { border-color: #869E92; }

 span { border-color: rgb(134,158,146); }

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