Html Css Color HEX #86DCB9 Bermuda

📋 copy color: '#86DCB9'

red 134 ◦ green 220 ◦ blue 185

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

Shades of Bermuda #86DCB9

Tints of Bermuda #86DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 24.86%
G = 40.82%
B = 34.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#86DCB9 (or 0x86DCB9) is known color: Bermuda. HEX triplet: 86, DC and B9. RGB value is (134,220,185). Sum of RGB (Red+Green+Blue) = 134+220+185=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCB9 is #792346. Grayscale: #BEBEBE. Windows color (decimal): -7938887 or 12180614. OLE color: 12180614.

HSL color Cylindrical-coordinate representation of color #86DCB9: hue angle of 155.58º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCB9 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 185 -
CMYK 0.39 0 0.16 0.14
HSL 155.58º 0.55% 0.69% -
HSV(B) 155.58º 0.39% 0.86% -
XYZ 44.18 59.76 55.1 -
YUV 190.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 134 220 185 0.39 0 0.16 0.14 155.58 0.55 0.69
Hex 86 DC B9 27 0 10 E 9C 37 45
Octal 206 334 271 47 0 20 16 234 67 105
Binary 10000110 11011100 10111001 100111 0 10000 1110 10011100 110111 1000101

Color Harmonies of #86DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DCB9

Black with #86DCB9

Text Example


Text Example

White with #86DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,185); }

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

background-color css

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

 a { background-color: rgb(134,220,185); }

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

border-color css

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

 span { border-color: rgb(134,220,185); }

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