#85AEA9

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

Shades of Sea Nymph #85AEA9

Tints of Sea Nymph #85AEA9

Color information

#85AEA9 (or 0x85AEA9) is unknown color: approx Sea Nymph. HEX triplet: 85, AE and A9. RGB value is (133,174,169). Sum of RGB (Red+Green+Blue) = 133+174+169=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #85AEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AEA9 is #7A5156. Grayscale: #A1A1A1. Windows color (decimal): -8016215 or 11120261. OLE color: 11120261.

HSL color Cylindrical-coordinate representation of color #85AEA9: hue angle of 172.68º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AEA9 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB133174169-
CMYK0.2400.030.32
HSL172.68º20.2%60.2%-
HSV(B)172.68º23.56%68.24%-
XYZ31.9738.1243.21-
YUV161.17132.42107.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=27.94%
G=36.55%
B=35.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331741690.2400.030.32172.6820.260.2
Hex85AEA9180320ad143c
Octal2052562513003402552474
Binary100001011010111010101001110000111000001010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,169); }

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

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

 a { background-color: rgb(133,174,169); }

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

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

 span { border-color: rgb(133,174,169); }

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