#8FCCA1

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

Shades of Chinook #8FCCA1

Tints of Chinook #8FCCA1

Color information

#8FCCA1 (or 0x8FCCA1) is unknown color: approx Chinook. HEX triplet: 8F, CC and A1. RGB value is (143,204,161). Sum of RGB (Red+Green+Blue) = 143+204+161=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA1 is #70335E. Grayscale: #B4B4B4. Windows color (decimal): -7353183 or 10603663. OLE color: 10603663.

HSL color Cylindrical-coordinate representation of color #8FCCA1: hue angle of 137.7º degrees, saturation: 0.37, 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 #8FCCA1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB143204161-
CMYK0.3000.210.2
HSL137.7º37.42%68.04%-
HSV(B)137.7º29.9%80%-
XYZ39.3551.641.6-
YUV180.86116.79101-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.15%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=28.15%
G=40.16%
B=31.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041610.3000.210.2137.737.4268.04
Hex8FCCA11E015148a2544
Octal217314241360252421245104
Binary1000111111001100101000011111001010110100100010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,161); }

 H1.HeaderClassName
 {
   color: #8FCCA1;
 }
 .AnyTagClassName
 {
   color: #8FCCA1;
 }
</style>
background-color css

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

 a { background-color: rgb(143,204,161); }

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

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

 span { border-color: rgb(143,204,161); }

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