Html Css Color HEX #86D1B7 Bermuda

📋 copy color: '#86D1B7'

red 134 ◦ green 209 ◦ blue 183

#86D1B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #86D1B7

Tints of Bermuda #86D1B7

RGB

 RED value IS 134 (52.73% from 255) = 25.48%

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 25.48%
G = 39.73%
B = 34.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#86D1B7 (or 0x86D1B7) is known color: Bermuda. HEX triplet: 86, D1 and B7. RGB value is (134,209,183). Sum of RGB (Red+Green+Blue) = 134+209+183=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D1B7 is #792E48. Grayscale: #B7B7B7. Windows color (decimal): -7941705 or 12046726. OLE color: 12046726.

HSL color Cylindrical-coordinate representation of color #86D1B7: hue angle of 159.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D1B7 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 209 183 -
CMYK 0.36 0 0.12 0.18
HSL 159.2º 0.45% 0.67% -
HSV(B) 159.2º 0.36% 0.82% -
XYZ 41.18 54.09 53.07 -
YUV 183.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 134 209 183 0.36 0 0.12 0.18 159.2 0.45 0.67
Hex 86 D1 B7 24 0 C 12 9F 2D 43
Octal 206 321 267 44 0 14 22 237 55 103
Binary 10000110 11010001 10110111 100100 0 1100 10010 10011111 101101 1000011

Color Harmonies of #86D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D1B7

Black with #86D1B7

Text Example


Text Example

White with #86D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,209,183); }

 H1.HeaderClassName
 {
   color: #86D1B7;
 }
 .AnyTagClassName
 {
   color: #86D1B7;
 }
</style>

background-color css

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

 a { background-color: rgb(134,209,183); }

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

border-color css

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

 span { border-color: rgb(134,209,183); }

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