#86CDBB

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

Shades of Bermuda #86CDBB

Tints of Bermuda #86CDBB

Color information

#86CDBB (or 0x86CDBB) is unknown color: approx Bermuda. HEX triplet: 86, CD and BB. RGB value is (134,205,187). Sum of RGB (Red+Green+Blue) = 134+205+187=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDBB is #793244. Grayscale: #B5B5B5. Windows color (decimal): -7942725 or 12307846. OLE color: 12307846.

HSL color Cylindrical-coordinate representation of color #86CDBB: hue angle of 164.79º 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 #86CDBB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB134205187-
CMYK0.3500.090.20
HSL164.79º41.52%66.47%-
HSV(B)164.79º34.63%80.39%-
XYZ40.6352.3254.97-
YUV181.72130.9893.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=25.48%
G=38.97%
B=35.55%

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
Decimal1342051870.3500.090.20164.7941.5266.47
Hex86CDBB230914a52a42
Octal206315273430112424552102
Binary1000011011001101101110111000110100110100101001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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