Html Css Color HEX #8FDBA4 Chinook

📋 copy color: '#8FDBA4'

red 143 ◦ green 219 ◦ blue 164

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

Shades of Chinook #8FDBA4

Tints of Chinook #8FDBA4

RGB

 RED value IS 143 (56.25% from 255) = 27.19%

 GREEN value IS 219 (85.94% from 255) = 41.63%

 BLUE value IS 164 (64.45% from 255) = 31.18%

R = 27.19%
G = 41.63%
B = 31.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#8FDBA4 (or 0x8FDBA4) is known color: Chinook. HEX triplet: 8F, DB and A4. RGB value is (143,219,164). Sum of RGB (Red+Green+Blue) = 143+219+164=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBA4 is #70245B. Grayscale: #BEBEBE. Windows color (decimal): -7349340 or 10804111. OLE color: 10804111.

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

Color convert

RGB 143 219 164 -
CMYK 0.35 0 0.25 0.14
HSL 136.58º 0.51% 0.71% -
HSV(B) 136.58º 0.35% 0.86% -
XYZ 43.36 59.18 44.26 -
YUV 190.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 143 219 164 0.35 0 0.25 0.14 136.58 0.51 0.71
Hex 8F DB A4 23 0 19 E 89 33 47
Octal 217 333 244 43 0 31 16 211 63 107
Binary 10001111 11011011 10100100 100011 0 11001 1110 10001001 110011 1000111

Color Harmonies of #8FDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBA4

Black with #8FDBA4

Text Example


Text Example

White with #8FDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,219,164); }

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

background-color css

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

 a { background-color: rgb(143,219,164); }

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

border-color css

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

 span { border-color: rgb(143,219,164); }

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