#86D1BE

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

Shades of Bermuda #86D1BE

Tints of Bermuda #86D1BE

Color information

#86D1BE (or 0x86D1BE) is unknown color: approx Bermuda. HEX triplet: 86, D1 and BE. RGB value is (134,209,190). Sum of RGB (Red+Green+Blue) = 134+209+190=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D1BE is #792E41. Grayscale: #B8B8B8. Windows color (decimal): -7941698 or 12505478. OLE color: 12505478.

HSL color Cylindrical-coordinate representation of color #86D1BE: hue angle of 164.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D1BE is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB134209190-
CMYK0.3600.090.18
HSL164.8º44.91%67.25%-
HSV(B)164.8º35.89%81.96%-
XYZ41.9354.3957-
YUV184.41131.1592.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.14%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=25.14%
G=39.21%
B=35.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091900.3600.090.18164.844.9167.25
Hex86D1BE240912a52d43
Octal206321276440112224555103
Binary1000011011010001101111101001000100110010101001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,209,190); }

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

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

 a { background-color: rgb(134,209,190); }

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

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

 span { border-color: rgb(134,209,190); }

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