#86DDBA

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

Shades of Bermuda #86DDBA

Tints of Bermuda #86DDBA

Color information

#86DDBA (or 0x86DDBA) is unknown color: approx Bermuda. HEX triplet: 86, DD and BA. RGB value is (134,221,186). Sum of RGB (Red+Green+Blue) = 134+221+186=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDBA is #792245. Grayscale: #BFBFBF. Windows color (decimal): -7938630 or 12246406. OLE color: 12246406.

HSL color Cylindrical-coordinate representation of color #86DDBA: hue angle of 155.86º 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 #86DDBA is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB134221186-
CMYK0.3900.160.13
HSL155.86º56.13%69.61%-
HSV(B)155.86º39.37%86.67%-
XYZ44.5560.3355.75-
YUV191125.1887.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.77%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=24.77%
G=40.85%
B=34.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211860.3900.160.13155.8656.1369.61
Hex86DDBA27010D9c3846
Octal206335272470201523470106
Binary1000011011011101101110101001110100001101100111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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