#86DCBE

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

Shades of Bermuda #86DCBE

Tints of Bermuda #86DCBE

Color information

#86DCBE (or 0x86DCBE) is unknown color: approx Bermuda. HEX triplet: 86, DC and BE. RGB value is (134,220,190). Sum of RGB (Red+Green+Blue) = 134+220+190=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCBE is #792341. Grayscale: #BEBEBE. Windows color (decimal): -7938882 or 12508294. OLE color: 12508294.

HSL color Cylindrical-coordinate representation of color #86DCBE: hue angle of 159.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCBE is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB134220190-
CMYK0.3900.140.14
HSL159.07º55.13%69.41%-
HSV(B)159.07º39.09%86.27%-
XYZ44.7259.9757.93-
YUV190.87127.5187.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=24.63%
G=40.44%
B=34.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342201900.3900.140.14159.0755.1369.41
Hex86DCBE270EE9f3745
Octal206334276470161623767105
Binary100001101101110010111110100111011101110100111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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