Html Css Color HEX #8EDFA2 Chinook

📋 copy color: '#8EDFA2'

red 142 ◦ green 223 ◦ blue 162

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

Shades of Chinook #8EDFA2

Tints of Chinook #8EDFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.74%

R = 26.94%
G = 42.31%
B = 30.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#8EDFA2 (or 0x8EDFA2) is known color: Chinook. HEX triplet: 8E, DF and A2. RGB value is (142,223,162). Sum of RGB (Red+Green+Blue) = 142+223+162=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFA2 is #71205D. Grayscale: #BFBFBF. Windows color (decimal): -7413854 or 10674062. OLE color: 10674062.

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

Color convert

RGB 142 223 162 -
CMYK 0.36 0 0.27 0.13
HSL 134.81º 0.56% 0.72% -
HSV(B) 134.81º 0.36% 0.87% -
XYZ 44.06 61.13 43.66 -
YUV 191.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 142 223 162 0.36 0 0.27 0.13 134.81 0.56 0.72
Hex 8E DF A2 24 0 1B D 87 38 48
Octal 216 337 242 44 0 33 15 207 70 110
Binary 10001110 11011111 10100010 100100 0 11011 1101 10000111 111000 1001000

Color Harmonies of #8EDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFA2

Black with #8EDFA2

Text Example


Text Example

White with #8EDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,162); }

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

background-color css

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

 a { background-color: rgb(142,223,162); }

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

border-color css

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

 span { border-color: rgb(142,223,162); }

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