#86DABF

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

Shades of Bermuda #86DABF

Tints of Bermuda #86DABF

Color information

#86DABF (or 0x86DABF) is unknown color: approx Bermuda. HEX triplet: 86, DA and BF. RGB value is (134,218,191). Sum of RGB (Red+Green+Blue) = 134+218+191=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #86DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DABF is #792540. Grayscale: #BDBDBD. Windows color (decimal): -7939393 or 12573318. OLE color: 12573318.

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

Color convert

RGB134218191-
CMYK0.3900.120.15
HSL160.71º53.16%69.02%-
HSV(B)160.71º38.53%85.49%-
XYZ44.3158.9758.34-
YUV189.81128.6788.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 191 (75% from 255) = 35.17%
R=24.68%
G=40.15%
B=35.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181910.3900.120.15160.7153.1669.02
Hex86DABF270CFa13545
Octal206332277470141724165105
Binary100001101101101010111111100111011001111101000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,191); }

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

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

 a { background-color: rgb(134,218,191); }

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

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

 span { border-color: rgb(134,218,191); }

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