Html Css Color HEX #8DDCA6 Chinook

📋 copy color: '#8DDCA6'

red 141 ◦ green 220 ◦ blue 166

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

Shades of Chinook #8DDCA6

Tints of Chinook #8DDCA6

RGB

 RED value IS 141 (55.47% from 255) = 26.76%

 GREEN value IS 220 (86.33% from 255) = 41.75%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 26.76%
G = 41.75%
B = 31.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#8DDCA6 (or 0x8DDCA6) is known color: Chinook. HEX triplet: 8D, DC and A6. RGB value is (141,220,166). Sum of RGB (Red+Green+Blue) = 141+220+166=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA6 is #722359. Grayscale: #BEBEBE. Windows color (decimal): -7480154 or 10935437. OLE color: 10935437.

HSL color Cylindrical-coordinate representation of color #8DDCA6: hue angle of 138.99º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCA6 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 166 -
CMYK 0.36 0 0.25 0.14
HSL 138.99º 0.53% 0.71% -
HSV(B) 138.99º 0.36% 0.86% -
XYZ 43.46 59.6 45.29 -
YUV 190.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 141 220 166 0.36 0 0.25 0.14 138.99 0.53 0.71
Hex 8D DC A6 24 0 19 E 8B 35 47
Octal 215 334 246 44 0 31 16 213 65 107
Binary 10001101 11011100 10100110 100100 0 11001 1110 10001011 110101 1000111

Color Harmonies of #8DDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDCA6

Black with #8DDCA6

Text Example


Text Example

White with #8DDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DDCA6; }

 p { color: rgb(141,220,166); }

 H1.HeaderClassName
 {
   color: #8DDCA6;
 }
 .AnyTagClassName
 {
   color: #8DDCA6;
 }
</style>

background-color css

<style>
 a { background-color: #8DDCA6; }

 a { background-color: rgb(141,220,166); }

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

border-color css

<style>
 span { border-color: #8DDCA6; }

 span { border-color: rgb(141,220,166); }

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