#85ACA4

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

Shades of Sea Nymph #85ACA4

Tints of Sea Nymph #85ACA4

Color information

#85ACA4 (or 0x85ACA4) is unknown color: approx Sea Nymph. HEX triplet: 85, AC and A4. RGB value is (133,172,164). Sum of RGB (Red+Green+Blue) = 133+172+164=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #85ACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACA4 is #7A535B. Grayscale: #9F9F9F. Windows color (decimal): -8016732 or 10792069. OLE color: 10792069.

HSL color Cylindrical-coordinate representation of color #85ACA4: hue angle of 167.69º 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 #85ACA4 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB133172164-
CMYK0.2300.050.33
HSL167.69º19.02%59.8%-
HSV(B)167.69º22.67%67.45%-
XYZ31.1337.1740.66-
YUV159.43130.58109.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=28.36%
G=36.67%
B=34.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721640.2300.050.33167.6919.0259.8
Hex85ACA4170521a8133c
Octal2052542442705412502374
Binary1000010110101100101001001011101011000011010100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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