#86CDBA

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

Shades of Bermuda #86CDBA

Tints of Bermuda #86CDBA

Color information

#86CDBA (or 0x86CDBA) is unknown color: approx Bermuda. HEX triplet: 86, CD and BA. RGB value is (134,205,186). Sum of RGB (Red+Green+Blue) = 134+205+186=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDBA is #793245. Grayscale: #B5B5B5. Windows color (decimal): -7942726 or 12242310. OLE color: 12242310.

HSL color Cylindrical-coordinate representation of color #86CDBA: hue angle of 163.94º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDBA is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB134205186-
CMYK0.3500.090.20
HSL163.94º41.52%66.47%-
HSV(B)163.94º34.63%80.39%-
XYZ40.5352.2854.41-
YUV181.6130.4894.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=25.52%
G=39.05%
B=35.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051860.3500.090.20163.9441.5266.47
Hex86CDBA230914a42a42
Octal206315272430112424452102
Binary1000011011001101101110101000110100110100101001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,186); }

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

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

 a { background-color: rgb(134,205,186); }

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

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

 span { border-color: rgb(134,205,186); }

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