#8CCD9F

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

Shades of Chinook #8CCD9F

Tints of Chinook #8CCD9F

Color information

#8CCD9F (or 0x8CCD9F) is unknown color: approx Chinook. HEX triplet: 8C, CD and 9F. RGB value is (140,205,159). Sum of RGB (Red+Green+Blue) = 140+205+159=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD9F is #733260. Grayscale: #B4B4B4. Windows color (decimal): -7549537 or 10472844. OLE color: 10472844.

HSL color Cylindrical-coordinate representation of color #8CCD9F: hue angle of 137.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD9F is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB140205159-
CMYK0.3200.220.20
HSL137.54º39.39%67.65%-
HSV(B)137.54º31.71%80.39%-
XYZ38.951.7440.74-
YUV180.32115.9799.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=27.78%
G=40.67%
B=31.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051590.3200.220.20137.5439.3967.65
Hex8CCD9F20016148a2744
Octal214315237400262421247104
Binary10001100110011011001111110000001011010100100010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,205,159); }

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

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

 a { background-color: rgb(140,205,159); }

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

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

 span { border-color: rgb(140,205,159); }

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