#8FCD9C

Color #8FCD9C Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8FCD9C

Tints of Chinook #8FCD9C

Color information

#8FCD9C (or 0x8FCD9C) is unknown color: approx 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

RGB143205156-
CMYK0.3000.240.20
HSL132.58º38.27%68.24%-
HSV(B)132.58º30.24%80.39%-
XYZ39.1651.939.41-
YUV180.88113.96100.98-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051560.3000.240.20132.5838.2768.24
Hex8FCD9C1E01814852644
Octal217315234360302420546104
Binary1000111111001101100111001111001100010100100001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>