#86D9B8

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

Shades of Bermuda #86D9B8

Tints of Bermuda #86D9B8

Color information

#86D9B8 (or 0x86D9B8) is unknown color: approx Bermuda. HEX triplet: 86, D9 and B8. RGB value is (134,217,184). Sum of RGB (Red+Green+Blue) = 134+217+184=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #86D9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9B8 is #792647. Grayscale: #BCBCBC. Windows color (decimal): -7939656 or 12114310. OLE color: 12114310.

HSL color Cylindrical-coordinate representation of color #86D9B8: hue angle of 156.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D9B8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB134217184-
CMYK0.3800.150.15
HSL156.14º52.2%68.82%-
HSV(B)156.14º38.25%85.1%-
XYZ43.358.1554.29-
YUV188.42125.589.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=25.05%
G=40.56%
B=34.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342171840.3800.150.15156.1452.268.82
Hex86D9B8260FF9c3445
Octal206331270460171723464105
Binary100001101101100110111000100110011111111100111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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