Html Css Color HEX #86DFBB Bermuda

📋 copy color: '#86DFBB'

red 134 ◦ green 223 ◦ blue 187

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

Shades of Bermuda #86DFBB

Tints of Bermuda #86DFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.99%

 BLUE value IS 187 (73.44% from 255) = 34.38%

R = 24.63%
G = 40.99%
B = 34.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#86DFBB (or 0x86DFBB) is known color: Bermuda. HEX triplet: 86, DF and BB. RGB value is (134,223,187). Sum of RGB (Red+Green+Blue) = 134+223+187=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFBB is #792044. Grayscale: #C0C0C0. Windows color (decimal): -7938117 or 12312454. OLE color: 12312454.

HSL color Cylindrical-coordinate representation of color #86DFBB: hue angle of 155.73º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFBB is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 187 -
CMYK 0.40 0 0.16 0.13
HSL 155.73º 0.58% 0.7% -
HSV(B) 155.73º 0.4% 0.87% -
XYZ 45.19 61.43 56.49 -
YUV 192.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 134 223 187 0.40 0 0.16 0.13 155.73 0.58 0.7
Hex 86 DF BB 28 0 10 D 9C 3A 46
Octal 206 337 273 50 0 20 15 234 72 106
Binary 10000110 11011111 10111011 101000 0 10000 1101 10011100 111010 1000110

Color Harmonies of #86DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DFBB

Black with #86DFBB

Text Example


Text Example

White with #86DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,187); }

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

background-color css

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

 a { background-color: rgb(134,223,187); }

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

border-color css

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

 span { border-color: rgb(134,223,187); }

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