Html Css Color HEX #86DFA1 Chinook

📋 copy color: '#86DFA1'

red 134 ◦ green 223 ◦ blue 161

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

Shades of Chinook #86DFA1

Tints of Chinook #86DFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.08%

R = 25.87%
G = 43.05%
B = 31.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#86DFA1 (or 0x86DFA1) is known color: Chinook. HEX triplet: 86, DF and A1. RGB value is (134,223,161). Sum of RGB (Red+Green+Blue) = 134+223+161=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DFA1 is #79205E. Grayscale: #BDBDBD. Windows color (decimal): -7938143 or 10608518. OLE color: 10608518.

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

Color convert

RGB 134 223 161 -
CMYK 0.40 0 0.28 0.13
HSL 138.2º 0.58% 0.7% -
HSV(B) 138.2º 0.4% 0.87% -
XYZ 42.65 60.42 43.13 -
YUV 189.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 134 223 161 0.40 0 0.28 0.13 138.2 0.58 0.7
Hex 86 DF A1 28 0 1C D 8A 3A 46
Octal 206 337 241 50 0 34 15 212 72 106
Binary 10000110 11011111 10100001 101000 0 11100 1101 10001010 111010 1000110

Color Harmonies of #86DFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DFA1

Black with #86DFA1

Text Example


Text Example

White with #86DFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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