Html Css Color HEX #86D6B5 Bermuda

📋 copy color: '#86D6B5'

red 134 ◦ green 214 ◦ blue 181

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

Shades of Bermuda #86D6B5

Tints of Bermuda #86D6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.45%

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 25.33%
G = 40.45%
B = 34.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#86D6B5 (or 0x86D6B5) is known color: Bermuda. HEX triplet: 86, D6 and B5. RGB value is (134,214,181). Sum of RGB (Red+Green+Blue) = 134+214+181=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6B5 is #79294A. Grayscale: #BABABA. Windows color (decimal): -7940427 or 11916934. OLE color: 11916934.

HSL color Cylindrical-coordinate representation of color #86D6B5: hue angle of 155.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D6B5 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 181 -
CMYK 0.37 0 0.15 0.16
HSL 155.25º 0.49% 0.68% -
HSV(B) 155.25º 0.37% 0.84% -
XYZ 42.22 56.5 52.4 -
YUV 186.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 134 214 181 0.37 0 0.15 0.16 155.25 0.49 0.68
Hex 86 D6 B5 25 0 F 10 9B 31 44
Octal 206 326 265 45 0 17 20 233 61 104
Binary 10000110 11010110 10110101 100101 0 1111 10000 10011011 110001 1000100

Color Harmonies of #86D6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D6B5

Black with #86D6B5

Text Example


Text Example

White with #86D6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,181); }

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

background-color css

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

 a { background-color: rgb(134,214,181); }

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

border-color css

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

 span { border-color: rgb(134,214,181); }

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