Html Css Color HEX #86DDB9 Bermuda

📋 copy color: '#86DDB9'

red 134 ◦ green 221 ◦ blue 185

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

Shades of Bermuda #86DDB9

Tints of Bermuda #86DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.93%

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

R = 24.81%
G = 40.93%
B = 34.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#86DDB9 (or 0x86DDB9) is known color: Bermuda. HEX triplet: 86, DD and B9. RGB value is (134,221,185). Sum of RGB (Red+Green+Blue) = 134+221+185=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDB9 is #792246. Grayscale: #BEBEBE. Windows color (decimal): -7938631 or 12180870. OLE color: 12180870.

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

Color convert

RGB 134 221 185 -
CMYK 0.39 0 0.16 0.13
HSL 155.17º 0.56% 0.7% -
HSV(B) 155.17º 0.39% 0.87% -
XYZ 44.44 60.28 55.19 -
YUV 190.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 134 221 185 0.39 0 0.16 0.13 155.17 0.56 0.7
Hex 86 DD B9 27 0 10 D 9B 38 46
Octal 206 335 271 47 0 20 15 233 70 106
Binary 10000110 11011101 10111001 100111 0 10000 1101 10011011 111000 1000110

Color Harmonies of #86DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DDB9

Black with #86DDB9

Text Example


Text Example

White with #86DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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