Html Css Color HEX #86E1BA Bermuda

📋 copy color: '#86E1BA'

red 134 ◦ green 225 ◦ blue 186

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

Shades of Bermuda #86E1BA

Tints of Bermuda #86E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.28%

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 24.59%
G = 41.28%
B = 34.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#86E1BA (or 0x86E1BA) is known color: Bermuda. HEX triplet: 86, E1 and BA. RGB value is (134,225,186). Sum of RGB (Red+Green+Blue) = 134+225+186=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E1BA is #791E45. Grayscale: #C1C1C1. Windows color (decimal): -7937606 or 12247430. OLE color: 12247430.

HSL color Cylindrical-coordinate representation of color #86E1BA: hue angle of 154.29º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E1BA is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 186 -
CMYK 0.40 0 0.17 0.12
HSL 154.29º 0.6% 0.7% -
HSV(B) 154.29º 0.4% 0.88% -
XYZ 45.62 62.46 56.11 -
YUV 193.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 134 225 186 0.40 0 0.17 0.12 154.29 0.6 0.7
Hex 86 E1 BA 28 0 11 C 9A 3C 46
Octal 206 341 272 50 0 21 14 232 74 106
Binary 10000110 11100001 10111010 101000 0 10001 1100 10011010 111100 1000110

Color Harmonies of #86E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E1BA

Black with #86E1BA

Text Example


Text Example

White with #86E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,186); }

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

background-color css

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

 a { background-color: rgb(134,225,186); }

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

border-color css

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

 span { border-color: rgb(134,225,186); }

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