#859F93

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

Shades of Acapulco #859F93

Tints of Acapulco #859F93

Color information

#859F93 (or 0x859F93) is unknown color: approx Acapulco. HEX triplet: 85, 9F and 93. RGB value is (133,159,147). Sum of RGB (Red+Green+Blue) = 133+159+147=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #859F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F93 is #7A606C. Grayscale: #959595. Windows color (decimal): -8020077 or 9674629. OLE color: 9674629.

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

Color convert

RGB133159147-
CMYK0.1600.080.38
HSL152.31º11.93%57.25%-
HSV(B)152.31º16.35%62.35%-
XYZ27.3431.8932.32-
YUV149.86126.39115.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=30.30%
G=36.22%
B=33.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331591470.1600.080.38152.3111.9357.25
Hex859F9310082698c39
Octal20523722320010462301471
Binary1000010110011111100100111000001000100110100110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859F93; }

 p { color: rgb(133,159,147); }

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

<style>
 a { background-color: #859F93; }

 a { background-color: rgb(133,159,147); }

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

<style>
 span { border-color: #859F93; }

 span { border-color: rgb(133,159,147); }

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