#85AFA4

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

Shades of Sea Nymph #85AFA4

Tints of Sea Nymph #85AFA4

Color information

#85AFA4 (or 0x85AFA4) is unknown color: approx Sea Nymph. HEX triplet: 85, AF and A4. RGB value is (133,175,164). Sum of RGB (Red+Green+Blue) = 133+175+164=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #85AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AFA4 is #7A505B. Grayscale: #A1A1A1. Windows color (decimal): -8015964 or 10792837. OLE color: 10792837.

HSL color Cylindrical-coordinate representation of color #85AFA4: hue angle of 164.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AFA4 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB133175164-
CMYK0.2400.060.31
HSL164.29º20.79%60.39%-
HSV(B)164.29º24%68.63%-
XYZ31.738.3340.85-
YUV161.19129.59107.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=28.18%
G=37.08%
B=34.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751640.2400.060.31164.2920.7960.39
Hex85AFA418061Fa4153c
Octal2052572443006372442574
Binary100001011010111110100100110000110111111010010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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