#8FCDA0

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

Shades of Chinook #8FCDA0

Tints of Chinook #8FCDA0

Color information

#8FCDA0 (or 0x8FCDA0) is unknown color: approx Chinook. HEX triplet: 8F, CD and A0. RGB value is (143,205,160). Sum of RGB (Red+Green+Blue) = 143+205+160=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA0 is #70325F. Grayscale: #B5B5B5. Windows color (decimal): -7352928 or 10538383. OLE color: 10538383.

HSL color Cylindrical-coordinate representation of color #8FCDA0: hue angle of 136.45º 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 #8FCDA0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB143205160-
CMYK0.3000.220.20
HSL136.45º38.27%68.24%-
HSV(B)136.45º30.24%80.39%-
XYZ39.552.0441.22-
YUV181.33115.96100.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.15%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=28.15%
G=40.35%
B=31.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051600.3000.220.20136.4538.2768.24
Hex8FCDA01E01614882644
Octal217315240360262421046104
Binary1000111111001101101000001111001011010100100010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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