#85BAAC

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

Shades of Sea Nymph #85BAAC

Tints of Sea Nymph #85BAAC

Color information

#85BAAC (or 0x85BAAC) is unknown color: approx Sea Nymph. HEX triplet: 85, BA and AC. RGB value is (133,186,172). Sum of RGB (Red+Green+Blue) = 133+186+172=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BAAC is #7A4553. Grayscale: #A8A8A8. Windows color (decimal): -8013140 or 11319941. OLE color: 11319941.

HSL color Cylindrical-coordinate representation of color #85BAAC: hue angle of 164.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BAAC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB133186172-
CMYK0.2800.080.27
HSL164.15º27.75%62.55%-
HSV(B)164.15º28.49%72.94%-
XYZ34.6843.0845.52-
YUV168.56129.94102.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=27.09%
G=37.88%
B=35.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861720.2800.080.27164.1527.7562.55
Hex85BAAC1C081Ba41c3f
Octal20527225434010332443477
Binary1000010110111010101011001110001000110111010010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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