#86D8B8

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

Shades of Bermuda #86D8B8

Tints of Bermuda #86D8B8

Color information

#86D8B8 (or 0x86D8B8) is unknown color: approx Bermuda. HEX triplet: 86, D8 and B8. RGB value is (134,216,184). Sum of RGB (Red+Green+Blue) = 134+216+184=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D8B8 is #792747. Grayscale: #BBBBBB. Windows color (decimal): -7939912 or 12114054. OLE color: 12114054.

HSL color Cylindrical-coordinate representation of color #86D8B8: hue angle of 156.59º degrees, saturation: 0.51, 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 #86D8B8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB134216184-
CMYK0.3800.150.15
HSL156.59º51.25%68.63%-
HSV(B)156.59º37.96%84.71%-
XYZ43.0457.6454.2-
YUV187.83125.8389.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.09%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=25.09%
G=40.45%
B=34.46%

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
Decimal1342161840.3800.150.15156.5951.2568.63
Hex86D8B8260FF9d3345
Octal206330270460171723563105
Binary100001101101100010111000100110011111111100111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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