#8FCDA3

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

Shades of Chinook #8FCDA3

Tints of Chinook #8FCDA3

Color information

#8FCDA3 (or 0x8FCDA3) is unknown color: approx Chinook. HEX triplet: 8F, CD and A3. RGB value is (143,205,163). Sum of RGB (Red+Green+Blue) = 143+205+163=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA3 is #70325C. Grayscale: #B5B5B5. Windows color (decimal): -7352925 or 10734991. OLE color: 10734991.

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

Color convert

RGB143205163-
CMYK0.3000.200.20
HSL139.35º38.27%68.24%-
HSV(B)139.35º30.24%80.39%-
XYZ39.7752.1542.62-
YUV181.67117.46100.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=27.98%
G=40.12%
B=31.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051630.3000.200.20139.3538.2768.24
Hex8FCDA31E014148b2644
Octal217315243360242421346104
Binary1000111111001101101000111111001010010100100010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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