#86DDBD

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

Shades of Bermuda #86DDBD

Tints of Bermuda #86DDBD

Color information

#86DDBD (or 0x86DDBD) is unknown color: approx Bermuda. HEX triplet: 86, DD and BD. RGB value is (134,221,189). Sum of RGB (Red+Green+Blue) = 134+221+189=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDBD is #792242. Grayscale: #BFBFBF. Windows color (decimal): -7938627 or 12443014. OLE color: 12443014.

HSL color Cylindrical-coordinate representation of color #86DDBD: hue angle of 157.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDBD is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB134221189-
CMYK0.3900.140.13
HSL157.93º56.13%69.61%-
HSV(B)157.93º39.37%86.67%-
XYZ44.8760.4657.45-
YUV191.34126.6887.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=24.63%
G=40.62%
B=34.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211890.3900.140.13157.9356.1369.61
Hex86DDBD270ED9e3846
Octal206335275470161523670106
Binary100001101101110110111101100111011101101100111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,189); }

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

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

 a { background-color: rgb(134,221,189); }

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

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

 span { border-color: rgb(134,221,189); }

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