#86C7C1

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

Shades of Bermuda #86C7C1

Tints of Bermuda #86C7C1

Color information

#86C7C1 (or 0x86C7C1) is unknown color: approx Bermuda. HEX triplet: 86, C7 and C1. RGB value is (134,199,193). Sum of RGB (Red+Green+Blue) = 134+199+193=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #86C7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C7C1 is #79383E. Grayscale: #B2B2B2. Windows color (decimal): -7944255 or 12699526. OLE color: 12699526.

HSL color Cylindrical-coordinate representation of color #86C7C1: hue angle of 174.46º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C7C1 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB134199193-
CMYK0.3300.030.22
HSL174.46º36.72%65.29%-
HSV(B)174.46º32.66%78.04%-
XYZ39.8849.7757.96-
YUV178.88135.9795.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=25.48%
G=37.83%
B=36.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341991930.3300.030.22174.4636.7265.29
Hex86C7C1210316ae2541
Octal20630730141032625645101
Binary10000110110001111100000110000101110110101011101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,193); }

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

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

 a { background-color: rgb(134,199,193); }

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

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

 span { border-color: rgb(134,199,193); }

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