Html Css Color HEX #8FCA9F Chinook

📋 copy color: '#8FCA9F'

red 143 ◦ green 202 ◦ blue 159

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

Shades of Chinook #8FCA9F

Tints of Chinook #8FCA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

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

R = 28.37%
G = 40.08%
B = 31.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#8FCA9F (or 0x8FCA9F) is known color: Chinook. HEX triplet: 8F, CA and 9F. RGB value is (143,202,159). Sum of RGB (Red+Green+Blue) = 143+202+159=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA9F is #703560. Grayscale: #B3B3B3. Windows color (decimal): -7353697 or 10472079. OLE color: 10472079.

HSL color Cylindrical-coordinate representation of color #8FCA9F: hue angle of 136.27º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCA9F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 159 -
CMYK 0.29 0 0.21 0.21
HSL 136.27º 0.36% 0.68% -
HSV(B) 136.27º 0.29% 0.79% -
XYZ 38.71 50.58 40.52 -
YUV 179.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 143 202 159 0.29 0 0.21 0.21 136.27 0.36 0.68
Hex 8F CA 9F 1D 0 15 15 88 24 44
Octal 217 312 237 35 0 25 25 210 44 104
Binary 10001111 11001010 10011111 11101 0 10101 10101 10001000 100100 1000100

Color Harmonies of #8FCA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA9F

Black with #8FCA9F

Text Example


Text Example

White with #8FCA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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