Html Css Color HEX #8FDB9F Chinook

📋 copy color: '#8FDB9F'

red 143 ◦ green 219 ◦ blue 159

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

Shades of Chinook #8FDB9F

Tints of Chinook #8FDB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.52%

R = 27.45%
G = 42.03%
B = 30.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#8FDB9F (or 0x8FDB9F) is known color: Chinook. HEX triplet: 8F, DB and 9F. RGB value is (143,219,159). Sum of RGB (Red+Green+Blue) = 143+219+159=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDB9F is #702460. Grayscale: #BDBDBD. Windows color (decimal): -7349345 or 10476431. OLE color: 10476431.

HSL color Cylindrical-coordinate representation of color #8FDB9F: hue angle of 132.63º 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 #8FDB9F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 159 -
CMYK 0.35 0 0.27 0.14
HSL 132.63º 0.51% 0.71% -
HSV(B) 132.63º 0.35% 0.86% -
XYZ 42.92 59.01 41.93 -
YUV 189.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 143 219 159 0.35 0 0.27 0.14 132.63 0.51 0.71
Hex 8F DB 9F 23 0 1B E 85 33 47
Octal 217 333 237 43 0 33 16 205 63 107
Binary 10001111 11011011 10011111 100011 0 11011 1110 10000101 110011 1000111

Color Harmonies of #8FDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB9F

Black with #8FDB9F

Text Example


Text Example

White with #8FDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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