#86D4B8

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

Shades of Bermuda #86D4B8

Tints of Bermuda #86D4B8

Color information

#86D4B8 (or 0x86D4B8) is unknown color: approx Bermuda. HEX triplet: 86, D4 and B8. RGB value is (134,212,184). Sum of RGB (Red+Green+Blue) = 134+212+184=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #86D4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D4B8 is #792B47. Grayscale: #B9B9B9. Windows color (decimal): -7940936 or 12113030. OLE color: 12113030.

HSL color Cylindrical-coordinate representation of color #86D4B8: hue angle of 158.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D4B8 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB134212184-
CMYK0.3700.130.17
HSL158.46º47.56%67.84%-
HSV(B)158.46º36.79%83.14%-
XYZ42.0355.6253.87-
YUV185.49127.1691.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=25.28%
G=40%
B=34.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342121840.3700.130.17158.4647.5667.84
Hex86D4B8250D119e3044
Octal206324270450152123660104
Binary1000011011010100101110001001010110110001100111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,212,184); }

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

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

 a { background-color: rgb(134,212,184); }

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

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

 span { border-color: rgb(134,212,184); }

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