Html Css Color HEX #86D6C4 Bermuda

📋 copy color: '#86D6C4'

red 134 ◦ green 214 ◦ blue 196

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

Shades of Bermuda #86D6C4

Tints of Bermuda #86D6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.03%

R = 24.63%
G = 39.34%
B = 36.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#86D6C4 (or 0x86D6C4) is known color: Bermuda. HEX triplet: 86, D6 and C4. RGB value is (134,214,196). Sum of RGB (Red+Green+Blue) = 134+214+196=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6C4 is #79293B. Grayscale: #BCBCBC. Windows color (decimal): -7940412 or 12899974. OLE color: 12899974.

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

Color convert

RGB 134 214 196 -
CMYK 0.37 0 0.08 0.16
HSL 166.5º 0.49% 0.68% -
HSV(B) 166.5º 0.37% 0.84% -
XYZ 43.84 57.15 60.94 -
YUV 188.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 134 214 196 0.37 0 0.08 0.16 166.5 0.49 0.68
Hex 86 D6 C4 25 0 8 10 A6 31 44
Octal 206 326 304 45 0 10 20 246 61 104
Binary 10000110 11010110 11000100 100101 0 1000 10000 10100110 110001 1000100

Color Harmonies of #86D6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D6C4

Black with #86D6C4

Text Example


Text Example

White with #86D6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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