Html Css Color HEX #8EDDA5 Chinook

📋 copy color: '#8EDDA5'

red 142 ◦ green 221 ◦ blue 165

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

Shades of Chinook #8EDDA5

Tints of Chinook #8EDDA5

RGB

 RED value IS 142 (55.86% from 255) = 26.89%

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

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 26.89%
G = 41.86%
B = 31.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#8EDDA5 (or 0x8EDDA5) is known color: Chinook. HEX triplet: 8E, DD and A5. RGB value is (142,221,165). Sum of RGB (Red+Green+Blue) = 142+221+165=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA5 is #71225A. Grayscale: #BFBFBF. Windows color (decimal): -7414363 or 10870158. OLE color: 10870158.

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

Color convert

RGB 142 221 165 -
CMYK 0.36 0 0.25 0.13
HSL 137.47º 0.54% 0.71% -
HSV(B) 137.47º 0.36% 0.87% -
XYZ 43.8 60.18 44.9 -
YUV 191 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 142 221 165 0.36 0 0.25 0.13 137.47 0.54 0.71
Hex 8E DD A5 24 0 19 D 89 36 47
Octal 216 335 245 44 0 31 15 211 66 107
Binary 10001110 11011101 10100101 100100 0 11001 1101 10001001 110110 1000111

Color Harmonies of #8EDDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDDA5

Black with #8EDDA5

Text Example


Text Example

White with #8EDDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,165); }

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

background-color css

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

 a { background-color: rgb(142,221,165); }

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

border-color css

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

 span { border-color: rgb(142,221,165); }

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