Html Css Color HEX #8FCD9C Chinook

📋 copy color: '#8FCD9C'

red 143 ◦ green 205 ◦ blue 156

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

Shades of Chinook #8FCD9C

Tints of Chinook #8FCD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 28.37%
G = 40.67%
B = 30.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#8FCD9C (or 0x8FCD9C) is known color: Chinook. HEX triplet: 8F, CD and 9C. RGB value is (143,205,156). Sum of RGB (Red+Green+Blue) = 143+205+156=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD9C is #703263. Grayscale: #B5B5B5. Windows color (decimal): -7352932 or 10276239. OLE color: 10276239.

HSL color Cylindrical-coordinate representation of color #8FCD9C: hue angle of 132.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCD9C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 156 -
CMYK 0.30 0 0.24 0.20
HSL 132.58º 0.38% 0.68% -
HSV(B) 132.58º 0.3% 0.8% -
XYZ 39.16 51.9 39.41 -
YUV 180.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 143 205 156 0.30 0 0.24 0.20 132.58 0.38 0.68
Hex 8F CD 9C 1E 0 18 14 85 26 44
Octal 217 315 234 36 0 30 24 205 46 104
Binary 10001111 11001101 10011100 11110 0 11000 10100 10000101 100110 1000100

Color Harmonies of #8FCD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCD9C

Black with #8FCD9C

Text Example


Text Example

White with #8FCD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,205,156); }

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

background-color css

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

 a { background-color: rgb(143,205,156); }

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

border-color css

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

 span { border-color: rgb(143,205,156); }

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