Html Css Color HEX #8EDAA3 Chinook

📋 copy color: '#8EDAA3'

red 142 ◦ green 218 ◦ blue 163

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

Shades of Chinook #8EDAA3

Tints of Chinook #8EDAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 163 (64.06% from 255) = 31.17%

R = 27.15%
G = 41.68%
B = 31.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#8EDAA3 (or 0x8EDAA3) is known color: Chinook. HEX triplet: 8E, DA and A3. RGB value is (142,218,163). Sum of RGB (Red+Green+Blue) = 142+218+163=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDAA3 is #71255C. Grayscale: #BDBDBD. Windows color (decimal): -7415133 or 10738318. OLE color: 10738318.

HSL color Cylindrical-coordinate representation of color #8EDAA3: hue angle of 136.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAA3 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 163 -
CMYK 0.35 0 0.25 0.15
HSL 136.58º 0.51% 0.71% -
HSV(B) 136.58º 0.35% 0.85% -
XYZ 42.84 58.54 43.69 -
YUV 189.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 142 218 163 0.35 0 0.25 0.15 136.58 0.51 0.71
Hex 8E DA A3 23 0 19 F 89 33 47
Octal 216 332 243 43 0 31 17 211 63 107
Binary 10001110 11011010 10100011 100011 0 11001 1111 10001001 110011 1000111

Color Harmonies of #8EDAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDAA3

Black with #8EDAA3

Text Example


Text Example

White with #8EDAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,163); }

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

background-color css

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

 a { background-color: rgb(142,218,163); }

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

border-color css

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

 span { border-color: rgb(142,218,163); }

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