#85BDA6

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

Shades of Sea Nymph #85BDA6

Tints of Sea Nymph #85BDA6

Color information

#85BDA6 (or 0x85BDA6) is unknown color: approx Sea Nymph. HEX triplet: 85, BD and A6. RGB value is (133,189,166). Sum of RGB (Red+Green+Blue) = 133+189+166=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BDA6 is #7A4259. Grayscale: #A9A9A9. Windows color (decimal): -8012378 or 10927493. OLE color: 10927493.

HSL color Cylindrical-coordinate representation of color #85BDA6: hue angle of 155.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BDA6 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB133189166-
CMYK0.3000.120.26
HSL155.36º29.79%63.14%-
HSV(B)155.36º29.63%74.12%-
XYZ34.7544.1342.76-
YUV169.63125.95101.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=27.25%
G=38.73%
B=34.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331891660.3000.120.26155.3629.7963.14
Hex85BDA61E0C1A9b1e3f
Octal20527524636014322333677
Binary1000010110111101101001101111001100110101001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,166); }

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

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

 a { background-color: rgb(133,189,166); }

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

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

 span { border-color: rgb(133,189,166); }

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