Html Css Color HEX #86C6BE Bermuda

📋 copy color: '#86C6BE'

red 134 ◦ green 198 ◦ blue 190

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

Shades of Bermuda #86C6BE

Tints of Bermuda #86C6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 25.67%
G = 37.93%
B = 36.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#86C6BE (or 0x86C6BE) is known color: Bermuda. HEX triplet: 86, C6 and BE. RGB value is (134,198,190). Sum of RGB (Red+Green+Blue) = 134+198+190=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #86C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C6BE is #793941. Grayscale: #B1B1B1. Windows color (decimal): -7944514 or 12502662. OLE color: 12502662.

HSL color Cylindrical-coordinate representation of color #86C6BE: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C6BE is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 190 -
CMYK 0.32 0 0.04 0.22
HSL 172.5º 0.36% 0.65% -
HSV(B) 172.5º 0.32% 0.78% -
XYZ 39.32 49.17 56.13 -
YUV 177.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 134 198 190 0.32 0 0.04 0.22 172.5 0.36 0.65
Hex 86 C6 BE 20 0 4 16 AC 24 41
Octal 206 306 276 40 0 4 26 254 44 101
Binary 10000110 11000110 10111110 100000 0 100 10110 10101100 100100 1000001

Color Harmonies of #86C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C6BE

Black with #86C6BE

Text Example


Text Example

White with #86C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,198,190); }

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

background-color css

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

 a { background-color: rgb(134,198,190); }

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

border-color css

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

 span { border-color: rgb(134,198,190); }

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