#86D5B6

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

Shades of Bermuda #86D5B6

Tints of Bermuda #86D5B6

Color information

#86D5B6 (or 0x86D5B6) is unknown color: approx Bermuda. HEX triplet: 86, D5 and B6. RGB value is (134,213,182). Sum of RGB (Red+Green+Blue) = 134+213+182=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5B6 is #792A49. Grayscale: #B9B9B9. Windows color (decimal): -7940682 or 11982214. OLE color: 11982214.

HSL color Cylindrical-coordinate representation of color #86D5B6: hue angle of 156.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D5B6 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB134213182-
CMYK0.3700.150.16
HSL156.46º48.47%68.04%-
HSV(B)156.46º37.09%83.53%-
XYZ42.0756.0352.85-
YUV185.84125.8391.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=25.33%
G=40.26%
B=34.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131820.3700.150.16156.4648.4768.04
Hex86D5B6250F109c3044
Octal206325266450172023460104
Binary1000011011010101101101101001010111110000100111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,182); }

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

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

 a { background-color: rgb(134,213,182); }

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

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

 span { border-color: rgb(134,213,182); }

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