Html Css Color HEX #86DD9F Chinook

📋 copy color: '#86DD9F'

red 134 ◦ green 221 ◦ blue 159

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

Shades of Chinook #86DD9F

Tints of Chinook #86DD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 26.07%
G = 43%
B = 30.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#86DD9F (or 0x86DD9F) is known color: Chinook. HEX triplet: 86, DD and 9F. RGB value is (134,221,159). Sum of RGB (Red+Green+Blue) = 134+221+159=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD9F is #792260. Grayscale: #BCBCBC. Windows color (decimal): -7938657 or 10476934. OLE color: 10476934.

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

Color convert

RGB 134 221 159 -
CMYK 0.39 0 0.28 0.13
HSL 137.24º 0.56% 0.7% -
HSV(B) 137.24º 0.39% 0.87% -
XYZ 41.95 59.28 42.03 -
YUV 187.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 134 221 159 0.39 0 0.28 0.13 137.24 0.56 0.7
Hex 86 DD 9F 27 0 1C D 89 38 46
Octal 206 335 237 47 0 34 15 211 70 106
Binary 10000110 11011101 10011111 100111 0 11100 1101 10001001 111000 1000110

Color Harmonies of #86DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD9F

Black with #86DD9F

Text Example


Text Example

White with #86DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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