#86B8A2

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

Shades of Sea Nymph #86B8A2

Tints of Sea Nymph #86B8A2

Color information

#86B8A2 (or 0x86B8A2) is unknown color: approx Sea Nymph. HEX triplet: 86, B8 and A2. RGB value is (134,184,162). Sum of RGB (Red+Green+Blue) = 134+184+162=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #86B8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B8A2 is #79475D. Grayscale: #A6A6A6. Windows color (decimal): -7948126 or 10664070. OLE color: 10664070.

HSL color Cylindrical-coordinate representation of color #86B8A2: hue angle of 153.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B8A2 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB134184162-
CMYK0.2700.120.28
HSL153.6º26.04%62.35%-
HSV(B)153.6º27.17%72.16%-
XYZ33.4941.9640.52-
YUV166.54125.44104.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=27.92%
G=38.33%
B=33.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841620.2700.120.28153.626.0462.35
Hex86B8A21B0C1C9a1a3e
Octal20627024233014342323276
Binary1000011010111000101000101101101100111001001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B8A2; }

 p { color: rgb(134,184,162); }

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

<style>
 a { background-color: #86B8A2; }

 a { background-color: rgb(134,184,162); }

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

<style>
 span { border-color: #86B8A2; }

 span { border-color: rgb(134,184,162); }

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