#85AC9F

Color #85AC9F Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #85AC9F

Tints of Sea Nymph #85AC9F

Color information

#85AC9F (or 0x85AC9F) is unknown color: approx Sea Nymph. HEX triplet: 85, AC and 9F. RGB value is (133,172,159). Sum of RGB (Red+Green+Blue) = 133+172+159=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC9F is #7A5360. Grayscale: #9E9E9E. Windows color (decimal): -8016737 or 10464389. OLE color: 10464389.

HSL color Cylindrical-coordinate representation of color #85AC9F: hue angle of 160º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC9F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB133172159-
CMYK0.2300.080.33
HSL160º19.02%59.8%-
HSV(B)160º22.67%67.45%-
XYZ30.6836.9938.32-
YUV158.86128.08109.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=28.66%
G=37.07%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721590.2300.080.3316019.0259.8
Hex85AC9F170821a0133c
Octal20525423727010412402374
Binary10000101101011001001111110111010001000011010000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AC9F; }

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

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

<style>
 a { background-color: #85AC9F; }

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

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

<style>
 span { border-color: #85AC9F; }

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

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