#86DEBB

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

Shades of Bermuda #86DEBB

Tints of Bermuda #86DEBB

Color information

#86DEBB (or 0x86DEBB) is unknown color: approx Bermuda. HEX triplet: 86, DE and BB. RGB value is (134,222,187). Sum of RGB (Red+Green+Blue) = 134+222+187=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #86DEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DEBB is #792144. Grayscale: #BFBFBF. Windows color (decimal): -7938373 or 12312198. OLE color: 12312198.

HSL color Cylindrical-coordinate representation of color #86DEBB: hue angle of 156.14º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DEBB is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB134222187-
CMYK0.4000.160.13
HSL156.14º57.14%69.8%-
HSV(B)156.14º39.64%87.06%-
XYZ44.9260.956.4-
YUV191.7125.3586.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=24.68%
G=40.88%
B=34.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221870.4000.160.13156.1457.1469.8
Hex86DEBB28010D9c3946
Octal206336273500201523471106
Binary1000011011011110101110111010000100001101100111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,187); }

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

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

 a { background-color: rgb(134,222,187); }

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

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

 span { border-color: rgb(134,222,187); }

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